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>2015-02-20 02:56:23 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-20 02:56:23 +0300
commit4511bc1f3d7b28a01a0d35d69eea14b80f6bf91f (patch)
tree23be57b8c74e780ce8aacbeac042f901b2098d3c /app/views/shared/_milestones_filter.html.haml
parentb876793d031247bed2aa3b31dc9ebb960bef47e0 (diff)
Prettify milestones page
Diffstat (limited to 'app/views/shared/_milestones_filter.html.haml')
-rw-r--r--app/views/shared/_milestones_filter.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_milestones_filter.html.haml b/app/views/shared/_milestones_filter.html.haml
index 208f1b77372..f685ae7726c 100644
--- a/app/views/shared/_milestones_filter.html.haml
+++ b/app/views/shared/_milestones_filter.html.haml
@@ -1,5 +1,5 @@
.milestones-filters.append-bottom-10
- %ul.nav.nav-pills.nav-compact
+ %ul.nav.nav-tabs
%li{class: ("active" if params[:state].blank? || params[:state] == 'opened')}
= link_to milestones_filter_path(state: 'opened') do
%i.fa.fa-exclamation-circle