Skip to content

Commit

Permalink
Restore journal action on each note
Browse files Browse the repository at this point in the history
Backport solution provided by @albrechtd 
Solve HugoHasenbein#2
  • Loading branch information
camlafit authored May 10, 2021
1 parent 8ea6ebf commit 84470a4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/views/issues/_history.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
<% for journal in journals %>
<div id="change-<%= journal.id %>" class="<%= journal.css_classes %>">
<div id="note-<%= journal.indice %>">
<h4><a href="#note-<%= journal.indice %>" class="journal-link">#<%= journal.indice %></a>
<div class="contextual">
<span class="journal-actions"><%= render_journal_actions(issue, journal, :reply_links => reply_links) %></span>
<a href="#note-<%= journal.indice %>" class="journal-link">#<%= journal.indice %></a>
</div>
<h4>
<%= avatar(journal.user, :size => "24") %>
<%= authoring journal.created_on, journal.user, :label => :label_updated_time_by %>
<%= render_private_notes_indicator(journal) %></h4>
Expand Down

0 comments on commit 84470a4

Please sign in to comment.