From adbe4097b3f7eca7f2c2d0bf2139b4c6f3e89296 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sun, 5 Feb 2012 23:49:19 +0000 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 --- app/views/issues/_edit.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/issues/_edit.html.erb b/app/views/issues/_edit.html.erb index 432800f99..82824b85f 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) %>