From e0b0f1315bb47be73990d5061dc9d5ce47150932 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sun, 5 Feb 2012 23:50:01 +0000 Subject: replace tabs to spaces at app/views/issues/_conflict.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8791 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/issues/_conflict.html.erb | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/app/views/issues/_conflict.html.erb b/app/views/issues/_conflict.html.erb index 2685447f4..dcf4c3f75 100644 --- a/app/views/issues/_conflict.html.erb +++ b/app/views/issues/_conflict.html.erb @@ -1,19 +1,19 @@
- <%= l(:notice_issue_update_conflict) %> + <%= l(:notice_issue_update_conflict) %> <% if @conflict_journals.present? %> -
+
<% @conflict_journals.sort_by(&:id).each do |journal| %> -

<%= authoring journal.created_on, journal.user, :label => :label_updated_time_by %>

- <% if journal.details.any? %> -
    - <% details_to_strings(journal.details).each do |string| %> -
  • <%= string %>
  • - <% end %> -
- <% end %> - <%= textilizable(journal, :notes) unless journal.notes.blank? %> +

<%= authoring journal.created_on, journal.user, :label => :label_updated_time_by %>

+ <% if journal.details.any? %> +
    + <% details_to_strings(journal.details).each do |string| %> +
  • <%= string %>
  • + <% end %> +
+ <% end %> + <%= textilizable(journal, :notes) unless journal.notes.blank? %> <% end %> -
+
<% end %>

@@ -21,6 +21,6 @@ <% if @notes.present? %>
<% end %> - +

<%= submit_tag l(:button_submit) %>

-- cgit v1.2.3