2013-06-23 12:47:22 -04:00
= render 'nav'
2013-07-13 01:45:48 -04:00
%h3.page-title
2014-04-09 01:14:16 -04:00
= @page.title
2013-06-22 08:04:49 -04:00
= render 'main_links'
2014-04-09 07:35:01 -04:00
- if @page.historical?
2013-01-11 15:04:21 -05:00
.warning_message
2013-03-15 08:20:03 -04:00
This is an old version of this page.
2014-04-09 07:35:01 -04:00
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)}.
2013-01-11 15:04:21 -05:00
2013-12-29 11:13:16 -05:00
%hr
.wiki-holder
.wiki
2013-03-15 08:20:03 -04:00
= preserve do
2014-04-09 07:35:01 -04:00
= render_wiki_content(@page)
2012-02-20 12:16:55 -05:00
2013-12-29 11:13:16 -05:00
%hr
.wiki-last-edit-by
2014-09-25 06:56:23 -04:00
Last edited by #{@page.commit.author.name} #{time_ago_with_tooltip(@page.commit.authored_date)}