debian-mirror-gitlab/app/views/projects/wikis/show.html.haml
2016-04-02 18:10:28 +05:30

25 lines
741 B
Text

- page_title @page.title.capitalize, "Wiki"
= render "header_title"
= render 'nav'
.top-area
.nav-text
%strong= @page.title.capitalize
%span.wiki-last-edit-by
·
last edited by #{@page.commit.author.name} #{time_ago_with_tooltip(@page.commit.authored_date)}
.nav-controls
= 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", namespace_project_wiki_path(@project.namespace, @project, @page)} or browse the #{link_to "history", namespace_project_wiki_history_path(@project.namespace, @project, @page)}.
.wiki-holder.prepend-top-default
.wiki
= preserve do
= render_wiki_content(@page)