Sha256: 15424467981cfd51851d0e9ed4eaad4d9a2111865437c113cabad4c35ec60626

Contents?: true

Size: 431 Bytes

Versions: 10

Compression:

Stored size: 431 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("alchemy.content_names.#{a['name']}"), a['name']] }, :style => 'width: 200px' %>
				<%= hidden_field_tag('options', @options) %>
			</td>
			<td>
				&nbsp;<%= f.button t('save'), :class => 'button' %>
			</td>
		</tr>
	</table>
<% end %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
alchemy_cms-2.1.2 app/views/alchemy/admin/contents/new.html.erb
alchemy_cms-2.1.1 app/views/alchemy/admin/contents/new.html.erb
alchemy_cms-2.1 app/views/alchemy/admin/contents/new.html.erb
alchemy_cms-2.1.rc6 app/views/alchemy/admin/contents/new.html.erb
alchemy_cms-2.1.rc5 app/views/alchemy/admin/contents/new.html.erb
alchemy_cms-2.1.rc4 app/views/alchemy/admin/contents/new.html.erb
alchemy_cms-2.1.rc3 app/views/alchemy/admin/contents/new.html.erb
alchemy_cms-2.1.rc2 app/views/alchemy/admin/contents/new.html.erb
alchemy_cms-2.1.beta6 app/views/alchemy/admin/contents/new.html.erb
alchemy_cms-2.1.beta5 app/views/alchemy/admin/contents/new.html.erb