Sha256: 8f647ef9f852e7dde443393cac8d31fd7b4ed8a8e32336cb808f9d31d3783dec

Contents?: true

Size: 469 Bytes

Versions: 15

Compression:

Stored size: 469 Bytes

Contents

- content_for :main do 

  %h1.gallery_icon Galleries

  = icon_to_function "Create", "$('#create').slideDown();"

  #create(style="display: none;" class="cms_form")
    = form_for [:admin, @gallery] do |f|
      %label(for="gallery_name")
        Name:
      = f.text_field :name
      = kit_submit "Create"

  %table(style="margin-top: 20px;")
    - @galleries.each do |gallery|
      %tr
        %td
          = link_to gallery.name, "/admin/gallery/#{gallery.id}"

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
kit_cms-2.3.22 app/views/admin/gallery/index.html.haml
kit_cms-2.3.20 app/views/admin/gallery/index.html.haml
kit_cms-2.3.19 app/views/admin/gallery/index.html.haml
kit_cms-2.3.18 app/views/admin/gallery/index.html.haml
kit_cms-2.3.17 app/views/admin/gallery/index.html.haml
kit_cms-2.3.16 app/views/admin/gallery/index.html.haml
kit_cms-2.3.15 app/views/admin/gallery/index.html.haml
kit_cms-2.3.14 app/views/admin/gallery/index.html.haml
kit_cms-2.3.13 app/views/admin/gallery/index.html.haml
kit_cms-2.3.11 app/views/admin/gallery/index.html.haml
kit_cms-2.3.10 app/views/admin/gallery/index.html.haml
kit_cms-2.3.9 app/views/admin/gallery/index.html.haml
kit_cms-2.3.8 app/views/admin/gallery/index.html.haml
kit_cms-2.3.7 app/views/admin/gallery/index.html.haml
kit_cms-2.3.6 app/views/admin/gallery/index.html.haml