From e8261313a71fb69adeedc15e15fb572282ceaf06 Mon Sep 17 00:00:00 2001 From: randx Date: Sat, 28 Jul 2012 05:43:34 +0300 Subject: Fixed firefox css bug with issues table --- app/views/issues/index.html.haml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'app/views/issues/index.html.haml') 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 -   - = 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   + .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 -- cgit v1.2.1