gitlabhq/app/views/wikis/show.html.haml
2013-01-11 20:03:43 +01:00

19 lines
587 B
Plaintext

%h3.page_title
= @wiki.title
%span.right
= link_to pages_project_wikis_path(@project), class: "btn small grouped" do
Pages
- if can? current_user, :write_wiki, @project
= link_to history_project_wiki_path(@project, @wiki), class: "btn small grouped" do
History
= link_to edit_project_wiki_path(@project, @wiki), class: "btn small grouped" do
%i.icon-edit
Edit
%br
.file_holder
.file_content.wiki
= preserve do
= markdown @wiki.content
%p.time Last edited by #{@wiki.user.name}, #{time_ago_in_words @wiki.created_at} ago