Sha256: a19f99a00a33b3091ff65581a10f0aa96c04cebf6c2e2555131dc0f46abef1e6

Contents?: true

Size: 475 Bytes

Versions: 8

Compression:

Stored size: 475 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

8 entries across 8 versions & 1 rubygems

Version Path
alchemy_cms-2.2.rc13 app/views/alchemy/admin/contents/new.html.erb
alchemy_cms-2.2.rc11 app/views/alchemy/admin/contents/new.html.erb
alchemy_cms-2.2.rc8 app/views/alchemy/admin/contents/new.html.erb
alchemy_cms-2.2.rc7 app/views/alchemy/admin/contents/new.html.erb
alchemy_cms-2.2.rc6 app/views/alchemy/admin/contents/new.html.erb
alchemy_cms-2.2.rc3 app/views/alchemy/admin/contents/new.html.erb
alchemy_cms-2.2.rc2 app/views/alchemy/admin/contents/new.html.erb
alchemy_cms-2.2.rc1 app/views/alchemy/admin/contents/new.html.erb