summaryrefslogtreecommitdiff
path: root/app/views/projects/wikis/edit.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/wikis/edit.html.haml')
-rw-r--r--app/views/projects/wikis/edit.html.haml6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/views/projects/wikis/edit.html.haml b/app/views/projects/wikis/edit.html.haml
index 1400f2ec787..fccc9ae61fb 100644
--- a/app/views/projects/wikis/edit.html.haml
+++ b/app/views/projects/wikis/edit.html.haml
@@ -1,7 +1,9 @@
= render 'nav'
%h3.page-title
- Editing page
- = render 'main_links'
+ Editing -
+ %span.light #{@wiki.title.titleize}
+= render 'main_links'
+%hr
= render 'form'
.pull-right