summaryrefslogtreecommitdiff
path: root/app/views/projects/wikis/show.html.haml
blob: d9d57e2d8be49ee9d19843bd5af7c0d4f6b5e217 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
= render 'nav'
%h3.page_title
  = @wiki.title.titleize
  = render 'main_links'
%br
- if @wiki.historical?
  .warning_message
    This is an old version of this page.
    You can view the #{link_to "most recent version", project_wiki_path(@project, @wiki)} or browse the #{link_to "history", history_project_wiki_path(@project, @wiki)}.

.file_holder
  .file_content.wiki
    = preserve do
      = render_wiki_content(@wiki)

%p.time Last edited by #{commit_author_link(@wiki.version, avatar: true, size: 16)} #{time_ago_in_words @wiki.created_at} ago