From 18f0321b21aeb06364e6e97849d24a7e05f71532 Mon Sep 17 00:00:00 2001 From: akrstjp Date: Tue, 9 Feb 2016 23:15:07 +0900 Subject: [PATCH] allow add notes. refs #35392 --- app/views/quick_edit_issues/_input_dialog.html.erb | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app/views/quick_edit_issues/_input_dialog.html.erb b/app/views/quick_edit_issues/_input_dialog.html.erb index c9d27aa..7c55b24 100644 --- a/app/views/quick_edit_issues/_input_dialog.html.erb +++ b/app/views/quick_edit_issues/_input_dialog.html.erb @@ -65,6 +65,17 @@ <% unless @dialog_params[:clear_pseudo_value].nil? %> <%= l(:button_clear) %> <% end %> + +
+ <%= l(:field_notes) %> + + <%= wikitoolbar_for :notes_for_edit %> +
+ <% if !@dialog_params[:description].nil? %>
<%= @dialog_params[:description] %>
<% end %> -- 2.11.0