diff options
author | Valery Sizov <vsv2711@gmail.com> | 2012-02-19 19:55:37 +0200 |
---|---|---|
committer | Valery Sizov <vsv2711@gmail.com> | 2012-02-19 19:55:37 +0200 |
commit | 40ce6c91311e0dbfdf92bff5b2ef74a2b3361de4 (patch) | |
tree | b81aee1f3f39dbf50f7c33c55f57afa30e26f788 /app | |
parent | 12ea84fe46b7175e67ac1c683267214bd6c064f8 (diff) | |
download | gitlab-ce-40ce6c91311e0dbfdf92bff5b2ef74a2b3361de4.tar.gz |
Wiki: remove notice line
Diffstat (limited to 'app')
-rw-r--r-- | app/views/wikis/show.html.haml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/wikis/show.html.haml b/app/views/wikis/show.html.haml index 0819c170d3d..59c1778d0bc 100644 --- a/app/views/wikis/show.html.haml +++ b/app/views/wikis/show.html.haml @@ -4,8 +4,6 @@ = link_to edit_project_wiki_path(@project, @wiki), :class => "right btn small" do Edit -%p#notice= notice - = @wiki.content %br |