diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-02-05 23:49:19 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-02-05 23:49:19 +0000 |
commit | adbe4097b3f7eca7f2c2d0bf2139b4c6f3e89296 (patch) | |
tree | dce63687d5c5f08a24ec1f9256e737a9df960ebb /app | |
parent | 78bd24c6f738ea946622bfab5b6ea8a2040f5bde (diff) | |
download | redmine-adbe4097b3f7eca7f2c2d0bf2139b4c6f3e89296.tar.gz redmine-adbe4097b3f7eca7f2c2d0bf2139b4c6f3e89296.zip |
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
Diffstat (limited to 'app')
-rw-r--r-- | app/views/issues/_edit.html.erb | 6 |
1 files 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 %> <div class="box"> <% if @edit_allowed || !@allowed_statuses.empty? %> <fieldset class="tabular"><legend><%= l(:label_change_properties) %></legend> - <div id="all_attributes"> + <div id="all_attributes"> <%= render :partial => 'form', :locals => {:f => f} %> - </div> + </div> </fieldset> <% end %> <% if User.current.allowed_to?(:log_time, @project) %> |