summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/_issues.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-01 21:42:42 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-01 21:42:42 +0200
commit8c1d414674d817d452c92b2fd95e722d52fc51fc (patch)
treef8c4fd830e61fba6c2740fcec30e36e659a0fbfb /app/views/projects/issues/_issues.html.haml
parenta379bd00dc92529b8ef72885342e90c6be9a2ec1 (diff)
downloadgitlab-ce-8c1d414674d817d452c92b2fd95e722d52fc51fc.tar.gz
Include tw bootstrap manually. Fix hide class
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/projects/issues/_issues.html.haml')
-rw-r--r--app/views/projects/issues/_issues.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/issues/_issues.html.haml b/app/views/projects/issues/_issues.html.haml
index a9ad8b28c82..e2ce26feac3 100644
--- a/app/views/projects/issues/_issues.html.haml
+++ b/app/views/projects/issues/_issues.html.haml
@@ -2,7 +2,7 @@
.title
= check_box_tag "check_all_issues", nil, false, class: "check_all_issues left"
.clearfix
- .issues_bulk_update.gl-hide
+ .issues_bulk_update.hide
= form_tag bulk_update_project_issues_path(@project), method: :post do
%span Update selected issues with &nbsp;
= select_tag('update[status]', options_for_select(['open', 'closed']), prompt: "Status")