Sha256: 243f095a9c73ddbfbeadb0b319416da3b54288c398902ed52a305664fa4b33f8

Contents?: true

Size: 591 Bytes

Versions: 10

Compression:

Stored size: 591 Bytes

Contents

- if params[:action] == "edit"
  %h2.center.gallerytitle= "#{bt('gallery')}: #{obj.title}"
  %span.btn.btn-info.editcontentbtn
    %span.icomoon-icon-pencil.white
    = bt('edit_gallery_content', @obj_class)
  .editcontent
    %hr
    -# = f.input :content_id
    = render :partial => "mokio/backend/mov_galleries/form_inputs", locals: {f:f}
    .form-actions
      = btn_submit bt("save")
      = btn_submit bt("save_and_create_new"), true
      = btn_cancel "/backend/#{obj.class.to_s.tableize}"
  %hr

- else
  = render :partial => "mokio/backend/mov_galleries/form_inputs", locals: {f:f}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
mokio-0.0.15 app/views/mokio/backend/mov_galleries/_form.html.haml
mokio-0.0.14 app/views/mokio/backend/mov_galleries/_form.html.haml
mokio-0.0.13 app/views/mokio/backend/mov_galleries/_form.html.haml
mokio-0.0.12 app/views/mokio/backend/mov_galleries/_form.html.haml
mokio-0.0.11 app/views/mokio/backend/mov_galleries/_form.html.haml
mokio-0.0.10 app/views/mokio/backend/mov_galleries/_form.html.haml
mokio-0.0.9 app/views/mokio/backend/mov_galleries/_form.html.haml
mokio-0.0.8 app/views/mokio/backend/mov_galleries/_form.html.haml
mokio-0.0.6 app/views/mokio/backend/mov_galleries/_form.html.haml
mokio-0.0.5 app/views/mokio/backend/mov_galleries/_form.html.haml