Sha256: db1b389d1b4bc546392c55f33cdb8726629bef855a26e9f3eacd415fb2c13d7f
Contents?: true
Size: 530 Bytes
Versions: 2
Compression:
Stored size: 530 Bytes
Contents
<h2>Localizations</h2> <%= link_to "New Localization", new_admin_content_category_localization_path(index) %> <table> <tr> <th>Language</th> <th></th> </tr> <% index.localizations.each do |localization| %> <tr> <td><%= localization.language %></td> <td><%= link_to "edit", edit_admin_content_category_localization_path(index, localization) %> | <%= link_to "Destroy", admin_content_category_localization_path(index, localization), :method => :delete, :confirm => "Are you sure?"%></td> </tr> <% end %> </table>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree-cms-0.2.1 | app/views/admin/content_category_localizations/_index.html.erb |
spree-cms-0.2.0 | app/views/admin/content_category_localizations/_index.html.erb |