fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
revert all the timeout stuff
[redakcja.git]
/
redmine
/
redmine_publications
/
app
/
views
/
issues
/
_issue_view_pub.erb
1
<tr>
2
<td><b><%= l(:field_publications) %>:</b></td>
3
<td>
4
<% @issue.publication_names.each do |pub| %>
5
<a href="<%= Setting.plugin_redmine_publications[:editorurl].sub(':pubid', pub) %>"><%= pub %></a><br />
6
<% end %>
7
</td>
8
</tr>