summaryrefslogtreecommitdiff
path: root/app/views/shared/issuable/_search_bar.html.haml
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-03-07 22:08:29 +0000
committerAlfredo Sumaran <alfredo@gitlab.com>2017-03-07 22:08:29 +0000
commit5103cfd0175552ba6700437777d38b67fd3f92ab (patch)
treeb72df5a32e7752991d187f28ee4214574d169a2b /app/views/shared/issuable/_search_bar.html.haml
parentd1c313b2c88f3aabb70b0aeb51ac94a68215e502 (diff)
downloadgitlab-ce-5103cfd0175552ba6700437777d38b67fd3f92ab.tar.gz
Align bulk update issues button to the right
Diffstat (limited to 'app/views/shared/issuable/_search_bar.html.haml')
-rw-r--r--app/views/shared/issuable/_search_bar.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_search_bar.html.haml b/app/views/shared/issuable/_search_bar.html.haml
index 62f09cc2dc1..5e7ce399b9a 100644
--- a/app/views/shared/issuable/_search_bar.html.haml
+++ b/app/views/shared/issuable/_search_bar.html.haml
@@ -112,7 +112,7 @@
= hidden_field_tag 'update[issuable_ids]', []
= hidden_field_tag :state_event, params[:state_event]
- .filter-item.inline
+ .filter-item.inline.update-issues-btn
= button_tag "Update #{type.to_s.humanize(capitalize: false)}", class: "btn update_selected_issues btn-save"
:javascript