Redmine 3.4.4
This commit is contained in:
commit
64924a6376
2112 changed files with 259028 additions and 0 deletions
15
app/views/custom_fields/index.html.erb
Normal file
15
app/views/custom_fields/index.html.erb
Normal file
|
@ -0,0 +1,15 @@
|
|||
<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 %>
|
||||
|
||||
<%= javascript_tag do %>
|
||||
$(function() { $("table.custom_fields tbody").positionedItems(); });
|
||||
<% end %>
|
Loading…
Add table
Add a link
Reference in a new issue