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) %>