summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-06-08 17:27:50 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-06-08 17:27:50 +0200
commit78d4b6ae8d6d2041881ade81102d278cd3ecbcd7 (patch)
treec46ddd13f754aa424a5a1736297e9f09c46d2e52
parentd46d6fc17b8c6235f5ed83a68488d1e9c3a9c30d (diff)
downloadgitlab-ce-78d4b6ae8d6d2041881ade81102d278cd3ecbcd7.tar.gz
Remove arrow to the right of project name on dashboard
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--app/assets/stylesheets/pages/dashboard.scss2
-rw-r--r--app/views/shared/_project.html.haml3
2 files changed, 1 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/dashboard.scss b/app/assets/stylesheets/pages/dashboard.scss
index af9c83e5dc8..09e8d57a100 100644
--- a/app/assets/stylesheets/pages/dashboard.scss
+++ b/app/assets/stylesheets/pages/dashboard.scss
@@ -29,7 +29,7 @@
line-height: 24px;
.str-truncated {
- max-width: 72%;
+ max-width: 76%;
}
a {
diff --git a/app/views/shared/_project.html.haml b/app/views/shared/_project.html.haml
index 722a7f7ce0f..4537f8eec86 100644
--- a/app/views/shared/_project.html.haml
+++ b/app/views/shared/_project.html.haml
@@ -16,6 +16,3 @@
%span.pull-right.light
%i.fa.fa-star
= project.star_count
- - else
- %span.arrow
- %i.fa.fa-angle-right