summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-06-12 18:15:08 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-06-12 18:16:19 +0200
commit0a03b9b717f76e6f54a39aa7f08fc9c91c3000a9 (patch)
treebecb043305f8e90a64aa1b006d009d205e44e2f3
parentb07cf1182f78c5c46edbfa0fde668dd75ae47e05 (diff)
downloadgitlab-ce-remove-visibility-icons.tar.gz
Remove visibility icon from projects list on dashboard and group pageremove-visibility-icons
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--CHANGELOG3
-rw-r--r--app/assets/stylesheets/pages/dashboard.scss4
-rw-r--r--app/views/shared/_project.html.haml2
3 files changed, 3 insertions, 6 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9d558b15ab9..baa2880d369 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,8 @@
Please view this file on the master branch, on stable branches it's out of date.
+v 7.13.0 (unreleased)
+ - Remove project visibility icons from dashboard projects list
+
v 7.12.0 (unreleased)
- Update oauth button logos for Twitter and Google to recommended assets
- Update browser gem to version 0.8.0 for IE11 support (Stan Hu)
diff --git a/app/assets/stylesheets/pages/dashboard.scss b/app/assets/stylesheets/pages/dashboard.scss
index 09e8d57a100..9a3b543ad10 100644
--- a/app/assets/stylesheets/pages/dashboard.scss
+++ b/app/assets/stylesheets/pages/dashboard.scss
@@ -28,10 +28,6 @@
font-size: 14px;
line-height: 24px;
- .str-truncated {
- max-width: 76%;
- }
-
a {
display: block;
padding: 8px 15px;
diff --git a/app/views/shared/_project.html.haml b/app/views/shared/_project.html.haml
index 4537f8eec86..6bd61455d21 100644
--- a/app/views/shared/_project.html.haml
+++ b/app/views/shared/_project.html.haml
@@ -3,8 +3,6 @@
- if avatar
.dash-project-avatar
= project_icon(project, alt: '', class: 'avatar project-avatar s40')
- .dash-project-access-icon
- = visibility_level_icon(project.visibility_level)
%span.str-truncated
%span.namespace-name
- if project.namespace