Sha256: dcdab8f8d15125eabd3be9e7b5061496c1bd618531c233d7cd9e9fd7cade7094

Contents?: true

Size: 431 Bytes

Versions: 20

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 _('save'), :class => 'button' %>
			</td>
		</tr>
	</table>
<% end %>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
alchemy_cms-2.0.7 app/views/admin/contents/new.html.erb
alchemy_cms-2.0.6.1 app/views/admin/contents/new.html.erb
alchemy_cms-2.0.5 app/views/admin/contents/new.html.erb
alchemy_cms-2.0.4 app/views/admin/contents/new.html.erb
alchemy_cms-2.0.3.1 app/views/admin/contents/new.html.erb
alchemy_cms-2.1.beta1 app/views/admin/contents/new.html.erb
alchemy_cms-2.0.3 app/views/admin/contents/new.html.erb
alchemy_cms-2.0.2 app/views/admin/contents/new.html.erb
alchemy_cms-2.0.1 app/views/admin/contents/new.html.erb
alchemy_cms-2.0 app/views/admin/contents/new.html.erb
alchemy_cms-2.0.rc6 app/views/admin/contents/new.html.erb
alchemy_cms-2.0.rc5 app/views/admin/contents/new.html.erb
alchemy_cms-2.0.rc4 app/views/admin/contents/new.html.erb
alchemy_cms-2.0.rc3 app/views/admin/contents/new.html.erb
alchemy_cms-2.0.rc2 app/views/admin/contents/new.html.erb
alchemy_cms-2.0.rc1 app/views/admin/contents/new.html.erb
alchemy_cms-2.0.pre5 app/views/admin/contents/new.html.erb
alchemy_cms-2.0.pre4 app/views/admin/contents/new.html.erb
alchemy_cms-2.0.pre3 app/views/admin/contents/new.html.erb
alchemy_cms-2.0.pre2 app/views/admin/contents/new.html.erb