X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/d940e6b2345b50ffbd50bbe5f508f6d4ff4e0054..c94e18af76ba34ec6d4b3bcedb44c486e101f2b2:/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 9a7e3ce0..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,5 @@ <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>