Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-02 00:59:06 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-02 00:59:06 +0400
commita843ee7ece776810131a0bc8241d94b439506b93 (patch)
treedc2a7db47d4946667124bd5078afabc66caf1434 /app/views/projects/wikis/edit.html.haml
parent8e90011369507911ea02ba357f19f0a4d18f03af (diff)
Fix votes block. twbs3 progress bars
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.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/wikis/edit.html.haml b/app/views/projects/wikis/edit.html.haml
index fccc9ae61fb..47b236083b3 100644
--- a/app/views/projects/wikis/edit.html.haml
+++ b/app/views/projects/wikis/edit.html.haml
@@ -1,8 +1,9 @@
= render 'nav'
+.pull-right
+ = render 'main_links'
%h3.page-title
Editing -
%span.light #{@wiki.title.titleize}
-= render 'main_links'
%hr
= render 'form'