From adbe4097b3f7eca7f2c2d0bf2139b4c6f3e89296 2012-02-05 23:49:19 From: Toshi MARUYAMA Date: 2012-02-05 23:49:19 Subject: [PATCH] replace tabs to spaces at app/views/issues/_edit.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8790 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/issues/_edit.html.erb b/app/views/issues/_edit.html.erb index 432800f..82824b8 100644 --- a/app/views/issues/_edit.html.erb +++ b/app/views/issues/_edit.html.erb @@ -1,12 +1,12 @@ <% labelled_form_for @issue, :html => {:id => 'issue-form', :multipart => true} do |f| %> <%= error_messages_for 'issue', 'time_entry' %> - <%= render :partial => 'conflict' if @conflict %> + <%= render :partial => 'conflict' if @conflict %>
<% if @edit_allowed || !@allowed_statuses.empty? %>
<%= l(:label_change_properties) %> -
+
<%= render :partial => 'form', :locals => {:f => f} %> -
+
<% end %> <% if User.current.allowed_to?(:log_time, @project) %>