summaryrefslogtreecommitdiff
path: root/app/views/projects/wikis/edit.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-01 22:44:30 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-01 22:44:30 +0200
commit8e90011369507911ea02ba357f19f0a4d18f03af (patch)
tree9ea16589892117717b79451a3a63c2f0e33f241b /app/views/projects/wikis/edit.html.haml
parenteaec2350c43c58c2081156219c4f388182a50c59 (diff)
downloadgitlab-ce-8e90011369507911ea02ba357f19f0a4d18f03af.tar.gz
Restyle wiki for for twbs3
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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