Sha256: aab7307a8120638e5e638d3165461db8e89109d125cf7a8f6c0c78833785a2c2

Contents?: true

Size: 449 Bytes

Versions: 16

Compression:

Stored size: 449 Bytes

Contents

<%= form_for([:admin, @attachment], :url => {:action => :update, :query => params[:query], :page => params[:page]}) do |f| -%>
  <table>
    <tr>
      <td class="label"><%= f.label 'name', :class => "short" %></td>
      <td class="input"><%= f.text_field 'name', :class => 'thin_border very_long' %></td>
    </tr>
    <tr>
      <td></td>
      <td class="submit"><%= f.button t('save'), :class => 'button' %></td>
    </tr>
  </table>
<% end %>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
alchemy_cms-2.2.4 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.2.3.2 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.2.3.1 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.2.2 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.2.1 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.2.0 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.2.rc15 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.2.rc14 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.2.rc13 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.2.rc11 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.2.rc8 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.2.rc7 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.2.rc6 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.2.rc3 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.2.rc2 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.2.rc1 app/views/alchemy/admin/attachments/edit.html.erb