Sortowanie listy plików i folderów w get_image_folders i get_images_from_folder....
[redakcja.git] / redmine / redmine_publications / app / views / publications / issues.html.erb
1 <h2>Issues for publication: <%= @publication.name %></h2>
2 <% @issues.each do |issue| %>
3 <p><%= issue.subject %></p>
4 <% end %>