fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
No, this isn't needed :-)
[redakcja.git]
/
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
423d724
..
3fa0299
100644
(file)
--- 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>