fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
f36a875df29778bef0a50df952252202619c9957
[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 %>