From 96757857c41216443f44dd9e70416ff30c5bfaec Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 12 Feb 2012 10:50:41 +0000 Subject: Removed "clear:both" divs that break the issue form with long sidebar content. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8858 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/issues/_attributes.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/views/issues/_attributes.html.erb') diff --git a/app/views/issues/_attributes.html.erb b/app/views/issues/_attributes.html.erb index 90d47a20c..7ac662e13 100644 --- a/app/views/issues/_attributes.html.erb +++ b/app/views/issues/_attributes.html.erb @@ -1,5 +1,6 @@ <% labelled_fields_for :issue, @issue do |f| %> +
<% if @issue.safe_attribute? 'status_id' %>

<%= f.select :status_id, (@allowed_statuses.collect {|p| [p.name, p.id]}), :required => true %>

@@ -58,8 +59,8 @@

<%= f.select :done_ratio, ((0..10).to_a.collect {|r| ["#{r*10} %", r*10] }) %>

<% end %>
+
-
<% if @issue.safe_attribute? 'custom_field_values' %> <%= render :partial => 'issues/form_custom_fields' %> <% end %> -- cgit v1.2.3