fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
No, this isn't needed :-)
[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 %>