debian-mirror-gitlab/app/views/projects/wikis/show.html.haml

21 lines
586 B
Text
Raw Normal View History

2014-09-02 18:07:02 +05:30
= render 'nav'
%h3.page-title
= @page.title
= render 'main_links'
- if @page.historical?
.warning_message
This is an old version of this page.
2015-04-26 12:48:37 +05:30
You can view the #{link_to "most recent version", namespace_project_wiki_path(@project.namespace, @project, @page)} or browse the #{link_to "history", history_namespace_project_wiki_path(@project.namespace, @project, @page)}.
2014-09-02 18:07:02 +05:30
%hr
.wiki-holder
.wiki
= preserve do
= render_wiki_content(@page)
%hr
.wiki-last-edit-by
2015-04-26 12:48:37 +05:30
Last edited by #{@page.commit.author.name} #{time_ago_with_tooltip(@page.commit.authored_date)}