diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-29 22:29:21 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-29 22:29:21 +0200 |
commit | fb617c61b95aef4615346a5e554db469384d9b6c (patch) | |
tree | e717a475075f30e23beb4d8aab35b1df77356292 /app/views/groups/show.html.haml | |
parent | 033aa1a885801c299a20ab39af6f897bb53dc3d4 (diff) | |
download | gitlab-ce-fb617c61b95aef4615346a5e554db469384d9b6c.tar.gz |
refactor buttons pt2
Diffstat (limited to 'app/views/groups/show.html.haml')
-rw-r--r-- | app/views/groups/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/show.html.haml b/app/views/groups/show.html.haml index 84dd17c045d..a140b401b9d 100644 --- a/app/views/groups/show.html.haml +++ b/app/views/groups/show.html.haml @@ -1,7 +1,7 @@ .projects .activities.span8 = render "events/event_last_push", event: @last_push - = link_to dashboard_path, class: 'btn very_small' do + = link_to dashboard_path, class: 'btn btn-tiny' do ← To dashboard %span.cgray You will only see events from projects in this group |