summaryrefslogtreecommitdiff
path: root/app/views/issues/index.html.haml
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-07-28 05:43:34 +0300
committerrandx <dmitriy.zaporozhets@gmail.com>2012-07-28 05:43:34 +0300
commite8261313a71fb69adeedc15e15fb572282ceaf06 (patch)
treeeed37b9287b6575bb2217edfcf811f11fb05aaa0 /app/views/issues/index.html.haml
parent058b71edf3eed2aa2f4f664a0731e52c57b157ce (diff)
downloadgitlab-ce-e8261313a71fb69adeedc15e15fb572282ceaf06.tar.gz
Fixed firefox css bug with issues table
Diffstat (limited to 'app/views/issues/index.html.haml')
-rw-r--r--app/views/issues/index.html.haml14
1 files changed, 7 insertions, 7 deletions
diff --git a/app/views/issues/index.html.haml b/app/views/issues/index.html.haml
index f033536e686..27eff501578 100644
--- a/app/views/issues/index.html.haml
+++ b/app/views/issues/index.html.haml
@@ -22,13 +22,13 @@
.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")
- = select_tag('update[assignee_id]', options_from_collection_for_select(@project.users.all, "id", "name", params[:assignee_id]), :prompt => "Assignee")
- = select_tag('update[milestone_id]', options_from_collection_for_select(@project.milestones.order("id desc").all, "id", "title", params[:milestone_id]), :prompt => "Milestone")
- = hidden_field_tag 'update[issues_ids]', []
- = hidden_field_tag :f, params[:f]
+ %span.update_issues_text Update selected issues with &nbsp;
+ .left
+ = select_tag('update[status]', options_for_select(['open', 'closed']), :prompt => "Status")
+ = select_tag('update[assignee_id]', options_from_collection_for_select(@project.users.all, "id", "name", params[:assignee_id]), :prompt => "Assignee")
+ = select_tag('update[milestone_id]', options_from_collection_for_select(@project.milestones.order("id desc").all, "id", "title", params[:milestone_id]), :prompt => "Milestone")
+ = hidden_field_tag 'update[issues_ids]', []
+ = hidden_field_tag :f, params[:f]
= button_tag "Save", :class => "btn update_selected_issues"
.issues_filters
.left