From 1d8c2d2a3a4cb5cd815ccf6d513119cafe4657e4 Mon Sep 17 00:00:00 2001 From: whimlex Date: Sat, 11 Apr 2015 17:10:26 +0800 Subject: [PATCH] commit --- app/views/issues/_form.html.erb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/views/issues/_form.html.erb b/app/views/issues/_form.html.erb index 6816ed48b..5145d110a 100644 --- a/app/views/issues/_form.html.erb +++ b/app/views/issues/_form.html.erb @@ -1,10 +1,11 @@ + @@ -65,11 +66,10 @@ <%= link_to_function image_tag('edit.png'), '$(this).hide(); $("#issue_description_and_toolbar").show()' unless @issue.new_record? %> <%= content_tag 'span', :id => "issue_description_and_toolbar", :style => (@issue.new_record? ? nil : 'display:none') do %> <%= f.text_area :description, - - :rows => (@issue.description.blank? ? 10 : [[10, @issue.description.length / 50].max, 100].min), - :accesskey => accesskey(:edit), - :class => "w583", - :no_label => true %> + :rows => (@issue.description.blank? ? 10 : [[10, @issue.description.length / 50].max, 100].min), + :accesskey => accesskey(:edit), + :class => "w583", + :no_label => true %> <% end %> <%= wikitoolbar_for 'issue_description' %>