From 93c62d2b15b6ab03d441181acc5043bd685695f9 Mon Sep 17 00:00:00 2001 From: Akira Saito Date: Tue, 21 Jul 2015 00:09:02 +0900 Subject: [PATCH] cleanup --- app/views/hooks/_quick_edit_base_head.html.erb | 40 ++++++++++++++++++++++ app/views/quick_edit_issues/_input_dialog.html.erb | 33 +++++++++--------- 2 files changed, 56 insertions(+), 17 deletions(-) diff --git a/app/views/hooks/_quick_edit_base_head.html.erb b/app/views/hooks/_quick_edit_base_head.html.erb index 9afce56..77fa995 100644 --- a/app/views/hooks/_quick_edit_base_head.html.erb +++ b/app/views/hooks/_quick_edit_base_head.html.erb @@ -1,2 +1,42 @@ <% include_calendar_headers_tags %> <% heads_for_wiki_formatter %> + diff --git a/app/views/quick_edit_issues/_input_dialog.html.erb b/app/views/quick_edit_issues/_input_dialog.html.erb index aa7dcc2..2a18fd3 100644 --- a/app/views/quick_edit_issues/_input_dialog.html.erb +++ b/app/views/quick_edit_issues/_input_dialog.html.erb @@ -11,18 +11,18 @@
-
+
<%= form_tag({:controller=>'issues', :action=>:bulk_update}) do %> -
- <%= @dialog_params[:help_message] %>
- for: <% @issues.each do |issue| %><%= "\##{issue.id}" %> <% end %> +
+ <%= @dialog_params[:help_message] %>
+ for: <% @issues.each do |issue| %><%= "\##{issue.id}" %> <% end %>
-
+
<%= @dialog_params[:caption] %>: <% case @dialog_params[:field_type] %> <% when :date %> @@ -71,16 +71,11 @@