summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-07-07 12:48:10 +0100
committerPhil Hughes <me@iamphill.com>2016-07-07 12:48:10 +0100
commitf5d1d4acf7b1a01064feec629fee3d3207b5914f (patch)
treefdb1a43091cbc19420d43d3f9c8b444e6c2639f2
parent3c89a788c795fba2b050a0af0d8261e302d8cded (diff)
downloadgitlab-ce-f5d1d4acf7b1a01064feec629fee3d3207b5914f.tar.gz
Fixed width on project visibility icon in project listproject-list-icons-width
Closes #19583
-rw-r--r--CHANGELOG1
-rw-r--r--app/views/shared/projects/_project.html.haml2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index bc9bb7747a4..eb7cd7dd1f7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -40,6 +40,7 @@ v 8.10.0 (unreleased)
- Metrics for Rouge::Plugins::Redcarpet and Rouge::Formatters::HTMLGitlab
- RailsCache metris now includes fetch_hit/fetch_miss and read_hit/read_miss info.
- Allow [ci skip] to be in any case and allow [skip ci]. !4785 (simon_w)
+ - Made project list visibility icon fixed width
- Set import_url validation to be more strict
- Add basic system information like memory and disk usage to the admin panel
- Don't garbage collect commits that have related DB records like comments
diff --git a/app/views/shared/projects/_project.html.haml b/app/views/shared/projects/_project.html.haml
index b8b66d08db8..92803838d02 100644
--- a/app/views/shared/projects/_project.html.haml
+++ b/app/views/shared/projects/_project.html.haml
@@ -24,7 +24,7 @@
= icon('star')
= project.star_count
%span.visibility-icon.has-tooltip{data: { container: 'body', placement: 'left' }, title: visibility_icon_description(project)}
- = visibility_level_icon(project.visibility_level, fw: false)
+ = visibility_level_icon(project.visibility_level, fw: true)
.title
= link_to project_path(project), class: dom_class(project) do