Sha256: a7570dc1435ead4412fc936c731926a72b15db6aa6b8f6d2c51cfa05d5156fac

Contents?: true

Size: 234 Bytes

Versions: 11

Compression:

Stored size: 234 Bytes

Contents

%section.images
  .admin-title-header
    %h2 Images
    = link_to "Add New", new_admin_post_path
  %table 
    %thead
      %tr
        %th Title
    %tbody
      - @images.each do |image|
        %tr
          %td= "#{image.title}"

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
hyper-kitten-meow-0.1.2 app/views/hyper_kitten_meow/admin/images/index.html.haml
hyper-kitten-meow-0.1.1 app/views/hyper_kitten/meow/admin/images/index.html.haml
exposition-0.0.5.7.pre.alpha app/views/exposition/admin/images/index.html.haml
exposition-0.0.5.6.pre.alpha app/views/exposition/admin/images/index.html.haml
exposition-0.0.5.5.pre.alpha app/views/exposition/admin/images/index.html.haml
exposition-0.0.5.4.pre.alpha app/views/exposition/admin/images/index.html.haml
exposition-0.0.5.2.pre.alpha app/views/exposition/admin/images/index.html.haml
exposition-0.0.5.1.pre.alpha app/views/exposition/admin/images/index.html.haml
exposition-0.0.5.pre.alpha app/views/exposition/admin/images/index.html.haml
exposition-0.0.4.pre.alpha app/views/exposition/admin/images/index.html.haml
exposition-0.0.3.pre.alpha app/views/exposition/admin/images/index.html.haml