Minor UI improvements

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2013-11-27 11:29:52 +02:00
parent c2f6eb0ffe
commit 042ec53c40
No known key found for this signature in database
GPG Key ID: 2CEAFD2671262EC2
3 changed files with 3 additions and 1 deletions

View File

@ -130,6 +130,7 @@ ul.notes {
&.notes_line {
text-align: center;
padding: 10px 0;
background: #eee;
}
&.notes_line2 {
text-align: center;

View File

@ -7,7 +7,7 @@
.notes_count
- notes = project.notes.for_commit_id(commit.id)
- if notes.any?
%span.badge.badge-info
%span.label.label-gray
%i.icon-comment
= notes.count

View File

@ -4,6 +4,7 @@
- project = group[0]
.title
= link_to_project project
= link_to 'show all', project_merge_requests_path(project), class: 'pull-right'
%ul.well-list.mr-list
- group[1].each do |merge_request|
= render 'projects/merge_requests/merge_request', merge_request: merge_request