2013-03-15 13:20:03 +01:00
= render 'wikis/nav'
2012-08-09 06:34:29 +02:00
%h3.page_title
2013-03-04 04:43:52 +01:00
= @wiki.title.titleize
= render partial: 'main_links'
2012-07-25 21:08:47 +02:00
%br
2013-03-04 04:43:52 +01:00
- if @wiki.historical?
2013-01-11 21:04:21 +01:00
.warning_message
2013-03-15 13:20:03 +01:00
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)}.
2013-01-11 21:04:21 +01:00
2013-03-15 13:20:03 +01:00
.file_holder
.file_content.wiki
= preserve do
2013-03-14 07:31:08 +01:00
= render_wiki_content(@wiki)
2012-02-20 18:16:55 +01:00
2013-03-04 04:43:52 +01: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