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:
authorClement Ho <clemmakesapps@gmail.com>2018-03-22 21:55:44 +0300
committerClement Ho <clemmakesapps@gmail.com>2018-03-22 21:55:44 +0300
commitc920d165f544d6c45a7cc357fcf330f48c10244c (patch)
tree36ffb273c610e8e14d90302717e32c980f7c441e /app/views/projects/_last_push.html.haml
parent53d352aaf4ce7f0d2bcaf04cce5252b753ef7938 (diff)
parent40b7eedc08e63f2577ad99b3d6e756a8ebc85c4a (diff)
Merge branch '44382-ui-breakdown-for-create-merge-request' into 'master'
UI breakdown of message of the last pushed branch for Create merge request Closes #44382 See merge request gitlab-org/gitlab-ce!17821
Diffstat (limited to 'app/views/projects/_last_push.html.haml')
-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') }