Impoved merge requests show page. Minor style improvements across project
This commit is contained in:
parent
e2b3951700
commit
2ec12c9bb8
13 changed files with 101 additions and 70 deletions
|
@ -6,7 +6,7 @@
|
|||
= time_ago_in_words(merge_request.created_at)
|
||||
ago
|
||||
- if merge_request.notes.any?
|
||||
%span.label= pluralize merge_request.notes.count, 'note'
|
||||
%span.pretty_label= pluralize merge_request.notes.count, 'note'
|
||||
- if merge_request.upvotes > 0
|
||||
%span.label.success= "+#{merge_request.upvotes}"
|
||||
.right
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue