fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Powinno działać nawet przy braku ustawień.
[redakcja.git]
/
redmine
/
redmine_publications
/
app
/
views
/
publications
/
index.html.erb
1
<h2>Publikacje</h2>
2
<ol>
3
<% @publications.each do |pub| %>
4
<li><a href="/publications/issues/<%= pub.name %>"><%= pub.name %></a></li>
5
<% end %>
6
</ol>