9a7e3ce05dd66683af70b0f968afd415420f5321
[redakcja_redmine.git] / 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>