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
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-07-05 10:35:23 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-07-05 10:35:23 +0400
commitdf6a75d52d9a7db6d3bbdb9c3c306a65b4f8a1f2 (patch)
tree78bdf89dbd769b61610e503a95f4183c68e7f909 /app/views/events/_event_last_push.html.haml
parent4e0c2f00d3edcabd24488161933b00d497656bfd (diff)
buttons margin fixed
Diffstat (limited to 'app/views/events/_event_last_push.html.haml')
-rw-r--r--app/views/events/_event_last_push.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/events/_event_last_push.html.haml b/app/views/events/_event_last_push.html.haml
index eb507b55c9b..6127e32ba24 100644
--- a/app/views/events/_event_last_push.html.haml
+++ b/app/views/events/_event_last_push.html.haml
@@ -12,5 +12,5 @@
= time_ago_in_words(event.created_at)
ago.
- = link_to new_mr_path_from_push_event(event), :title => "New Merge Request", :class => "btn small padded primary" do
+ = link_to new_mr_path_from_push_event(event), :title => "New Merge Request", :class => "btn small grouped primary" do
Create Merge Request