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 22:59:37 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-07-05 22:59:37 +0400
commitd40b9ce26d9df5c9245d9a4f3c07c91dd1706f06 (patch)
treefc83e2bea851acd42ff6fae02fe9947a2d6562ff /app/views/events/_event_last_push.html.haml
parent369df86e710bd876b3d688472cdce987e27640a3 (diff)
Admin gitolite logs. Refactored project creation. Few style fixes.
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 6127e32ba24..fb4a728ed3e 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 grouped primary" do
+ = link_to new_mr_path_from_push_event(event), :title => "New Merge Request", :class => "btn very_small primary" do
Create Merge Request