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

%hr

.wiki-holder
  .wiki
    = preserve do
      = render_wiki_content(@page)

%hr

.wiki-last-edit-by
  Last edited by #{commit_author_link(@page.commit, avatar: true, size: 16)} #{time_ago_with_tooltip(@page.commit.created_at)}