X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/adbf44aae48c2a84efaf214b2541dc44f962ae44..e337a8add7214163493d95f24dffe27a62cdb95e:/redmine/redmine_publications/app/views/publications/index.html.erb

diff --git a/redmine/redmine_publications/app/views/publications/index.html.erb b/redmine/redmine_publications/app/views/publications/index.html.erb
index 423d724b..3fa02993 100644
--- a/redmine/redmine_publications/app/views/publications/index.html.erb
+++ b/redmine/redmine_publications/app/views/publications/index.html.erb
@@ -1,4 +1,7 @@
-<h2>Microrest#related-issues</h2>
-<%= @issues %>
-
-
+<h2>Publikacje</h2>
+<p><a href="/publications/refresh">Odśwież listę publikacji</a></p>
+<ol>
+<% @publications.each do |pub| %>
+	<li><a href="/publications/issues/<%= pub.name %>"><%= pub.name %></a></li>
+<% end %>
+</ol>