summaryrefslogtreecommitdiff
path: root/app/views/admin/projects/index.html.haml
diff options
context:
space:
mode:
authorTom de Bruijn <tom@tomdebruijn.com>2014-03-26 08:25:02 +0100
committerTom de Bruijn <tom@tomdebruijn.com>2014-03-28 13:22:43 +0100
commitce857b7cc983172e35dca36f950864d693cfdf2b (patch)
tree819e77d7d589e8424b82ab3499c450208bc1ab5d /app/views/admin/projects/index.html.haml
parentb7225bead8ecf8664c898029648925556be8553d (diff)
downloadgitlab-ce-ce857b7cc983172e35dca36f950864d693cfdf2b.tar.gz
Improve alignment of labels in .well-list items
Diffstat (limited to 'app/views/admin/projects/index.html.haml')
-rw-r--r--app/views/admin/projects/index.html.haml7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/views/admin/projects/index.html.haml b/app/views/admin/projects/index.html.haml
index 5f19d21f106..296094ab29c 100644
--- a/app/views/admin/projects/index.html.haml
+++ b/app/views/admin/projects/index.html.haml
@@ -44,9 +44,10 @@
%ul.well-list
- @projects.each do |project|
%li
- %span{ class: visibility_level_color(project.visibility_level) }
- = visibility_level_icon(project.visibility_level)
- = link_to project.name_with_namespace, [:admin, project]
+ .list-item-name
+ %span{ class: visibility_level_color(project.visibility_level) }
+ = visibility_level_icon(project.visibility_level)
+ = link_to project.name_with_namespace, [:admin, project]
.pull-right
%span.label.label-gray
= repository_size(project)