Commit 6f99361b74d77d6ec803a2795b7e27cb062cd7a2
1 parent
58667862
Exists in
spb-stable
and in
3 other branches
Fix project labels overflow for deploy keys page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
2 changed files
with
5 additions
and
1 deletions
Show diff stats
app/assets/stylesheets/sections/projects.scss
app/views/projects/deploy_keys/_deploy_key.html.haml
@@ -19,6 +19,6 @@ | @@ -19,6 +19,6 @@ | ||
19 | 19 | ||
20 | %p.light.prepend-top-10 | 20 | %p.light.prepend-top-10 |
21 | - deploy_key.projects.map(&:name_with_namespace).each do |project_name| | 21 | - deploy_key.projects.map(&:name_with_namespace).each do |project_name| |
22 | - %span.label= project_name | 22 | + %span.label.label-gray.deploy-project-label= project_name |
23 | %small.pull-right | 23 | %small.pull-right |
24 | Created #{time_ago_with_tooltip(deploy_key.created_at)} ago | 24 | Created #{time_ago_with_tooltip(deploy_key.created_at)} ago |