summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2018-03-18 02:11:31 +0900
committerTakuya Noguchi <takninnovationresearch@gmail.com>2018-03-23 00:32:16 +0900
commit40b7eedc08e63f2577ad99b3d6e756a8ebc85c4a (patch)
tree05ce78c8c9fefc77fc5c5a7f71d6d4c7cfca7182 /app/views
parentea5221aeb358ef6c349cfa09b9c6993bd7bd027d (diff)
downloadgitlab-ce-40b7eedc08e63f2577ad99b3d6e756a8ebc85c4a.tar.gz
Fix UI breakdown for Create merge request button
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/_last_push.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/_last_push.html.haml b/app/views/projects/_last_push.html.haml
index 6f5eb828902..6a1035d2dc7 100644
--- a/app/views/projects/_last_push.html.haml
+++ b/app/views/projects/_last_push.html.haml
@@ -13,6 +13,6 @@
#{time_ago_with_tooltip(event.created_at)}
- .pull-right
+ .flex-right
= link_to new_mr_path_from_push_event(event), title: _("New merge request"), class: "btn btn-info btn-sm qa-create-merge-request" do
#{ _('Create merge request') }