Sha256: be6979fc4d97bb1b8c68effdb6f60ac641bb9f9dfa7a53672f9f2f8a22fe5dd4

Contents?: true

Size: 872 Bytes

Versions: 9

Compression:

Stored size: 872 Bytes

Contents

<%= form_for [refinery, :photo_gallery_admin, @collection] do |f| -%>
    <%= render :partial => "/refinery/admin/error_messages",
               :locals => {
                       :object => f.object,
                       :include_object_name => true
               } %>

    <div class='field'>
      <%= f.label :title -%>
      <%= f.text_field :title, :class => 'larger widest' -%>
    </div>

    <div class='field'>
      <%= f.label :description %><br />
      <%= f.text_area :description, :cols=>'65', :rows=>'7' %><br />
    </div>

    <%= render :partial => "/refinery/admin/form_actions",
               :locals => {
                       :f => f,
                       :continue_editing => false,
                       :delete_title => t('delete', :scope => 'refinery.photo_gallery.admin.collections.collection')
               } %>
<% end %>








Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
refinerycms-photo-gallery-0.3.0 app/views/refinery/photo_gallery/admin/collections/_form.html.erb
refinerycms-photo-gallery-0.2.0 app/views/refinery/photo_gallery/admin/collections/_form.html.erb
refinerycms-photo-gallery-0.1.2 app/views/refinery/photo_gallery/admin/collections/_form.html.erb
refinerycms-photo-gallery-0.1.1 app/views/refinery/photo_gallery/admin/collections/_form.html.erb
refinerycms-photo-gallery-0.1.0 app/views/refinery/photo_gallery/admin/collections/_form.html.erb
refinerycms-6hoursdaily-photo-gallery-0.0.5.dev app/views/refinery/photo_gallery/admin/collections/_form.html.erb
refinerycms-6hoursdaily-photo-gallery-0.0.4.dev app/views/refinery/photo_gallery/admin/collections/_form.html.erb
refinerycms-photo-gallery-0.0.2.dev app/views/refinery/photo_gallery/admin/collections/_form.html.erb
refinerycms-photo-gallery-0.0.1.dev app/views/refinery/photo_gallery/admin/collections/_form.html.erb