summaryrefslogtreecommitdiff
path: root/app/views/projects/wikis
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-02-15 13:41:48 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-02-15 13:41:48 +0200
commit87415ab2a67495713be5da79a60c1ec26060be9b (patch)
tree9a83ef81edc936c95997c22dea9ac5f92057a6b3 /app/views/projects/wikis
parentb6a609edbc1e46c72980b577e482b76f85dd39fc (diff)
downloadgitlab-ce-87415ab2a67495713be5da79a60c1ec26060be9b.tar.gz
Add bottom margin to nav-tabs
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/projects/wikis')
-rw-r--r--app/views/projects/wikis/_nav.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/wikis/_nav.html.haml b/app/views/projects/wikis/_nav.html.haml
index 5e5aa5170d6..0a7e51e974c 100644
--- a/app/views/projects/wikis/_nav.html.haml
+++ b/app/views/projects/wikis/_nav.html.haml
@@ -1,4 +1,4 @@
-%ul.nav.nav-tabs.append-bottom-20
+%ul.nav.nav-tabs
= nav_link(html_options: {class: params[:id] == 'home' ? 'active' : '' }) do
= link_to 'Home', project_wiki_path(@project, :home)