Sha256: 0b8a51157794bd5cc23c53e33353969dff2c0199dedeb15b39b238eef6f232ed
Contents?: true
Size: 433 Bytes
Versions: 2
Compression:
Stored size: 433 Bytes
Contents
<%= content_tag_for(:li, category) do %> <%= category.label %> <%= link_to t('.new_forum'), new_admin_category_forum_path(category) %> <%= link_to t('.edit'), edit_admin_category_path(category) %> <%= link_to t('.destroy'), [:admin, category], :method => :delete %> <ol class="formol_category_forums" id="formol_category_<%= category.id %>_forums"> <%= render category.forums, :category => category %> </ol> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
formol-0.0.5 | app/views/formol/admin/categories/_category.html.erb |
formol-0.0.4 | app/views/formol/admin/categories/_category.html.erb |