summaryrefslogtreecommitdiff
path: root/app/views/wikis/show.html.haml
blob: b660a15ee325df6b7e037ec67aaa486201bcf03b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
= render 'wikis/nav'
%h3.page_title
  = @wiki.title.titleize
  = render partial: '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)

- commit = CommitDecorator.new(@wiki.version)
%p.time Last edited by #{commit.author_link(avatar: true, size: 16)} #{time_ago_in_words @wiki.created_at} ago