gitlabhq/app/views/wikis/show.html.haml
2012-02-19 19:50:13 +02:00

12 lines
206 B
Plaintext

%h3
= @wiki.title
- if can? current_user, :write_wiki, @project
= link_to edit_project_wiki_path(@project, @wiki), :class => "right btn small" do
Edit
%p#notice= notice
= @wiki.content
%br