Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-14 21:33:12 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-14 21:33:12 +0400
commit9e21e96b2a4fdd0485946dfe7ef85b7475ee00a4 (patch)
treea8f242b1714e3fd6a3743a4c7fb3a604c12edcbe /app
parent72f0a6b286e6a11addc70249643a96fd5b0559c1 (diff)
Fix dashboard "show more project" link padding
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app')
-rw-r--r--app/views/dashboard/_projects.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/dashboard/_projects.html.haml b/app/views/dashboard/_projects.html.haml
index f2cd57504c1..5a49bf0c6b1 100644
--- a/app/views/dashboard/_projects.html.haml
+++ b/app/views/dashboard/_projects.html.haml
@@ -19,7 +19,7 @@
%li.bottom
%span.light
#{@projects_limit} of #{pluralize(@projects_count, 'project')} displayed.
- .pull-right.append-right-10
+ .pull-right
= link_to projects_dashboard_path do
Show all
%i.icon-angle-right