Sha256: d64b59abb70784226123d1884323a517e5924e99791e0a59b7c6a84d53ce89f6

Contents?: true

Size: 705 Bytes

Versions: 3

Compression:

Stored size: 705 Bytes

Contents

.sub-header.solitary-header.clearfix
  .button-bar.clearfix
    -#= render :partial => 'search'
    .admin-links
      = link_to 'all Photos', edit_dust_gallery_album_path(@photo.album), :class => 'border'
      = link_to "delete photo", @photo, :confirm => 'Are you sure?', :method => :delete

.form-wrap.clearfix

  = simple_form_for @photo do |f|
    = f.error_messages

    .fields
      .sub-header.clearfix
        .title Photo Fields
      .content-wrapper
        = f.input :title
        = f.input :description
        .actions
          = f.button :submit
    .content-areas
      .sub-header.clearfix
        .title Current Photo
      .content-wrapper
        = image_tag @photo.filename.url

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dust-cms-0.0.07 app/views/dust/gallery/photos/_form.html.haml
dust-cms-0.0.06 app/views/dust/gallery/photos/_form.html.haml
dust-cms-0.0.05 app/views/dust/gallery/photos/_form.html.haml