Commit f45bb1e8 authored by Tim Felgentreff's avatar Tim Felgentreff

use the render_journal API to pass Issue note editing permissions

parent 5de0d099
<% for journal in journals %>
<%= render_journal(issue, journal) %>
<%= render_journal issue, journal, :edit_permission => :edit_issue_notes,
:edit_own_permission => :edit_own_issue_notes %>
<%= call_hook(:view_issues_history_journal_bottom, { :journal => journal }) %>
<% end %>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment