summaryrefslogtreecommitdiff
path: root/app/views/projects/issues
diff options
context:
space:
mode:
authorJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-03-04 13:24:24 -0500
committerJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-03-04 13:24:24 -0500
commit8835514b10871b7fa46813b194ebf3320991b8ff (patch)
tree38cdffd3d0b88ed7bd9626da0277394471955a8f /app/views/projects/issues
parentc060823d02e9fc204b650eee889f282442276c25 (diff)
downloadgitlab-ce-8835514b10871b7fa46813b194ebf3320991b8ff.tar.gz
Fixes style consistencies.
Diffstat (limited to 'app/views/projects/issues')
-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 6cc5ce44b43..617b0437807 100644
--- a/app/views/projects/issues/show.html.haml
+++ b/app/views/projects/issues/show.html.haml
@@ -19,7 +19,7 @@
= icon('circle-o')
%a.btn.btn-default.pull-right.hidden-sm.hidden-md.hidden-lg.gutter-toggle{ href: "#" }
- =icon('angle-double-left')
+ = icon('angle-double-left')
.issue-meta
%strong.identifier
@@ -29,11 +29,11 @@
.editor-details
.editor-details
%strong
- =link_to_member(@project, @issue.author, size: 24, mobile_classes: "hidden-xs")
+ = link_to_member(@project, @issue.author, size: 24, mobile_classes: "hidden-xs")
%span.hidden-xs
= '@' + @issue.author.username
%strong
- =link_to_member(@project, @issue.author, size: 24, mobile_classes: "hidden-sm hidden-md hidden-lg",
+ = link_to_member(@project, @issue.author, size: 24, mobile_classes: "hidden-sm hidden-md hidden-lg",
by_username: true, avatar: false)
= time_ago_with_tooltip(@issue.created_at)