summaryrefslogtreecommitdiff
path: root/app/views/projects/commits
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-20 00:11:25 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-20 00:11:25 -0800
commit50df9a7cb91cdaafe569f473dd24d15ff04312c6 (patch)
tree5dad7f8a20675cedf53e4d096b3306becceeab99 /app/views/projects/commits
parentabc65bbbf3bbabeb1f03b3e55dda32732624cfde (diff)
downloadgitlab-ce-50df9a7cb91cdaafe569f473dd24d15ff04312c6.tar.gz
Minor css improvements
* lighter color for comments count * better UI for issue assigee.milestone block
Diffstat (limited to 'app/views/projects/commits')
-rw-r--r--app/views/projects/commits/_commit.html.haml5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views/projects/commits/_commit.html.haml b/app/views/projects/commits/_commit.html.haml
index 5774a48d7b8..e4a22db06d4 100644
--- a/app/views/projects/commits/_commit.html.haml
+++ b/app/views/projects/commits/_commit.html.haml
@@ -16,8 +16,9 @@
- note_count = notes.count
- if note_count > 0
- %span.label.label-gray
- %i.fa.fa-comment= note_count
+ %span.light
+ %i.fa.fa-comments
+ = note_count
- if commit.description?
.commit-row-description.js-toggle-content