Sha256: bfc2a5d2c7523db259ffed8be9f695def87d99930fc6a947e414ae975ee41a9b

Contents?: true

Size: 443 Bytes

Versions: 6

Compression:

Stored size: 443 Bytes

Contents

<%= form_for [:admin, @content], :remote => true do |f| %>
	<%= f.error_messages %>
	<%= f.hidden_field :element_id %>
	<table>
		<tr>
			<td>
				<%= f.select 'name', @contents.map { |a| [t("content_names.#{a['name']}"), a['name']] }, {}, {:class => 'alchemy_selectbox'} %>
				<%= hidden_field_tag('options', @options) %>
			</td>
			<td class="submit">
				<%= f.button t('save'), :class => 'button' %>
			</td>
		</tr>
	</table>
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
alchemy_cms-2.1.12 app/views/alchemy/admin/contents/new.html.erb
alchemy_cms-2.1.11 app/views/alchemy/admin/contents/new.html.erb
alchemy_cms-2.1.9.1 app/views/alchemy/admin/contents/new.html.erb
alchemy_cms-2.1.9 app/views/alchemy/admin/contents/new.html.erb
alchemy_cms-2.1.8.1 app/views/alchemy/admin/contents/new.html.erb
alchemy_cms-2.1.8 app/views/alchemy/admin/contents/new.html.erb