summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/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/issues/show.html.haml
parente02aec662751d545b70fe014c757d7061c577016 (diff)
downloadgitlab-ce-1a97db413b03881f0ce4307811181776e3d6e408.tar.gz
Simplify issue-box style
Diffstat (limited to 'app/views/projects/issues/show.html.haml')
-rw-r--r--app/views/projects/issues/show.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/projects/issues/show.html.haml b/app/views/projects/issues/show.html.haml
index 2c816e788de..695eb225754 100644
--- a/app/views/projects/issues/show.html.haml
+++ b/app/views/projects/issues/show.html.haml
@@ -32,13 +32,13 @@
.issue-box{ class: issue_box_class(@issue) }
.state.clearfix
- .state-label.col-sm-2.col-xs-12
+ .state-label
- if @issue.closed?
Closed
- else
Open
- %span.creator.col-sm-9.col-xs-12
+ .creator
Created by #{link_to_member(@project, @issue.author)} #{time_ago_with_tooltip(@issue.created_at)}
%h4.title
@@ -73,4 +73,4 @@
= label.name
&nbsp;
-.voting_notes#notes= render "projects/notes/notes_with_form" \ No newline at end of file
+.voting_notes#notes= render "projects/notes/notes_with_form"