index.html.erb
14 lines
| 450 B
| text/plain
|
TextLexer
|
r12574 | <div class="contextual"> | |
<%= link_to l(:label_custom_field_new), new_custom_field_path, :class => 'icon icon-add' %> | |||
</div> | |||
|
r11820 | <%= title l(:label_custom_field_plural) %> | |
|
r203 | ||
|
r12574 | <% 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 %> | |||
|
r14954 | ||
<%= javascript_tag do %> | |||
$(function() { $("table.custom_fields tbody").positionedItems(); }); | |||
<% end %> |