gitlabhq/app/views/wikis/show.html.haml

8 lines
115 B
Plaintext
Raw Normal View History

2012-02-19 15:35:31 +01:00
%p#notice= notice
%h3= @wiki.title
= @wiki.content
%br
= link_to 'Edit', edit_project_wiki_path(@project, @wiki)