Commit 9e21e96b2a4fdd0485946dfe7ef85b7475ee00a4
1 parent
72f0a6b2
Exists in
spb-stable
and in
2 other branches
Fix dashboard "show more project" link padding
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/dashboard/_projects.html.haml
| @@ -19,7 +19,7 @@ | @@ -19,7 +19,7 @@ | ||
| 19 | %li.bottom | 19 | %li.bottom |
| 20 | %span.light | 20 | %span.light |
| 21 | #{@projects_limit} of #{pluralize(@projects_count, 'project')} displayed. | 21 | #{@projects_limit} of #{pluralize(@projects_count, 'project')} displayed. |
| 22 | - .pull-right.append-right-10 | 22 | + .pull-right |
| 23 | = link_to projects_dashboard_path do | 23 | = link_to projects_dashboard_path do |
| 24 | Show all | 24 | Show all |
| 25 | %i.icon-angle-right | 25 | %i.icon-angle-right |