summaryrefslogtreecommitdiff
path: root/app/views/projects/milestones/show.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-31 00:41:11 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-31 00:41:11 +0300
commit1a97db413b03881f0ce4307811181776e3d6e408 (patch)
tree05d1acf44869d2fa6c89fa15cc6b89111fc3a9e9 /app/views/projects/milestones/show.html.haml
parente02aec662751d545b70fe014c757d7061c577016 (diff)
downloadgitlab-ce-1a97db413b03881f0ce4307811181776e3d6e408.tar.gz
Simplify issue-box style
Diffstat (limited to 'app/views/projects/milestones/show.html.haml')
-rw-r--r--app/views/projects/milestones/show.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/milestones/show.html.haml b/app/views/projects/milestones/show.html.haml
index e33f4e5273c..d355f258827 100644
--- a/app/views/projects/milestones/show.html.haml
+++ b/app/views/projects/milestones/show.html.haml
@@ -22,14 +22,14 @@
.issue-box{ class: issue_box_class(@milestone) }
.state.clearfix
- .state-label.col-sm-2.col-xs-12
+ .state-label
- if @milestone.closed?
Closed
- elsif @milestone.expired?
Expired
- else
Open
- %span.creator.col-sm-9.col-xs-12
+ .creator
= @milestone.expires_at
%h4.title