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

8 lines
115 B
Plaintext

%p#notice= notice
%h3= @wiki.title
= @wiki.content
%br
= link_to 'Edit', edit_project_wiki_path(@project, @wiki)