Sha256: 5f8bd39b82f4660cf667df137439ea3114ff95c6ca93bc4f8b436f74732b165c

Contents?: true

Size: 278 Bytes

Versions: 1

Compression:

Stored size: 278 Bytes

Contents

- content_for :title do
  %h1
    = model.title

- content_for :toolbar do
  %li
    %a{:href => model.path(:new)}= "Create new"

- content_for :body do
  .slim
    %section.items
      %table
        - model.each do |item|
          != partial model, :list_item, :item => item

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
aura-0.0.1.pre10 app/views/base/list.haml