##// END OF EJS Templates
Thumbnails in issue history (#13429)....
Thumbnails in issue history (#13429). git-svn-id: http://svn.redmine.org/redmine/trunk@14731 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r12574:7b127ee489a1
r14349:51cd2d451ae8
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 %>