##// END OF EJS Templates
Adds tracker name to Redmine issue link titles (#13946)....
Adds tracker name to Redmine issue link titles (#13946). git-svn-id: http://svn.redmine.org/redmine/trunk@14620 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r12574:7b127ee489a1
r14238:a7b6ad9bb5ba
Show More
index.html.erb
11 lines | 344 B | text/plain | TextLexer
<div class="contextual">
<%= link_to l(:label_custom_field_new), new_custom_field_path, :class => 'icon icon-add' %>
</div>
<%= title l(:label_custom_field_plural) %>
<% if @custom_fields_by_type.present? %>
<%= render_custom_fields_tabs(@custom_fields_by_type.keys) %>
<% else %>
<p class="nodata"><%= l(:label_no_data) %></p>
<% end %>