Merge branch 'view-refactor' of stigma:platforma into zuber-view-refactor
[redakcja.git] / redmine / redmine_publications / app / views / publications / issues.html.erb
1 <h2>Issues for publication: <%= @publication.name %></h2>
2 <% @issues.each do |issue| %>
3 <p><%= issue.subject %></p>
4 <% end %>