summaryrefslogtreecommitdiff
path: root/app/views/milestones
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-12-18 06:14:05 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-12-18 06:14:05 +0300
commit8826077471d667680ee0ed9f86a41c4b30429e5c (patch)
tree24cda0ab9c38574ef35420c27521f21b73037f53 /app/views/milestones
parent85d5f606f656fc8680e28baf3d58d24898d23261 (diff)
downloadgitlab-ce-8826077471d667680ee0ed9f86a41c4b30429e5c.tar.gz
Refactor css lists. Use well-list class
Diffstat (limited to 'app/views/milestones')
-rw-r--r--app/views/milestones/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/milestones/index.html.haml b/app/views/milestones/index.html.haml
index 813fb362e25..3089595fe0b 100644
--- a/app/views/milestones/index.html.haml
+++ b/app/views/milestones/index.html.haml
@@ -18,7 +18,7 @@
= link_to project_milestones_path(@project, f: "all") do
All
- %ul.unstyled
+ %ul.well-list
= render @milestones
- if @milestones.present?