Sha256: b461fba2ec8205f858881b9501d058246e80d063d2196c143cfcd096a64cc2e6

Contents?: true

Size: 617 Bytes

Versions: 2

Compression:

Stored size: 617 Bytes

Contents

<h2>Localizations</h2>

<%= link_to "New Localization", new_admin_content_category_content_part_localization_path(index.category, 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_content_part_localization_path(index.category, index, localization) %> | <%= link_to "Destroy", admin_content_category_content_part_localization_path(index.category, 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_part_localizations/_index.html.erb
spree-cms-0.2.0 app/views/admin/content_part_localizations/_index.html.erb