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>2013-07-17 01:46:27 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-17 01:46:27 +0400
commitc1c28d3ceadb51b0a676d19f5addf687f5e3e080 (patch)
tree9f7ab029f83daf57ba9ad94d2b71ae5772898afd /app/views/events/_event_last_push.html.haml
parentd20f78f70085b7a19df88f91e125fe76cf1b493e (diff)
Restyle last push widget
Diffstat (limited to 'app/views/events/_event_last_push.html.haml')
-rw-r--r--app/views/events/_event_last_push.html.haml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/events/_event_last_push.html.haml b/app/views/events/_event_last_push.html.haml
index 2c2f270cf6c..fe79ecd5885 100644
--- a/app/views/events/_event_last_push.html.haml
+++ b/app/views/events/_event_last_push.html.haml
@@ -1,5 +1,5 @@
- if show_last_push_widget?(event)
- .event_lp
+ .alert.alert-success.event-last-push
%span You pushed to
= link_to project_commits_path(event.project, event.ref_name) do
%strong= truncate(event.ref_name, length: 28)
@@ -8,6 +8,6 @@
%span
= time_ago_in_words(event.created_at)
ago.
-
- = link_to new_mr_path_from_push_event(event), title: "New Merge Request", class: "btn btn-new-mr" do
- Create Merge Request
+ .pull-right
+ = link_to new_mr_path_from_push_event(event), title: "New Merge Request", class: "btn btn-create btn-small" do
+ Create Merge Request