gitlabhq/app/views/wikis/show.html.haml

17 lines
576 B
Text
Raw Normal View History

2012-08-09 07:34:29 +03:00
%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)}.
2012-10-17 16:14:20 +03:00
.file_holder
.file_content.wiki
= preserve do
= render_wiki_content(@wiki)
2012-02-20 20:16:55 +03:00
- 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