<%= 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? %>
<% end %>
<% end %>


<% if @issue.notes.present? %>
<% end %>

<%= submit_tag l(:button_submit) %>