To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / app / views / custom_fields / index.html.erb @ 1531:ae8145b28b2b
History | View | Annotate | Download (344 Bytes)
| 1 |
<div class="contextual"> |
|---|---|
| 2 |
<%= link_to l(:label_custom_field_new), new_custom_field_path, :class => 'icon icon-add' %>
|
| 3 |
</div>
|
| 4 |
|
| 5 |
<%= title l(:label_custom_field_plural) %>
|
| 6 |
|
| 7 |
<% if @custom_fields_by_type.present? %>
|
| 8 |
<%= render_custom_fields_tabs(@custom_fields_by_type.keys) %>
|
| 9 |
<% else %>
|
| 10 |
<p class="nodata"><%= l(:label_no_data) %></p> |
| 11 |
<% end %>
|