Sha256: 601693c42dfec57d65e040c9e8a4ca11800f71fd84bf3192f7a54fe13c3e16df

Contents?: true

Size: 411 Bytes

Versions: 10

Compression:

Stored size: 411 Bytes

Contents

== render 'fae/shared/index_header', title: 'Pages', breadcrumbs: false, new_button: false

main.content
  table.js-sort-column
    thead
      tr
        th Name
        th.-action-wide Modified
    tbody
      - @items.each do |item|
        tr id="fae_content_block_#{item.id}"
          td = link_to item.title.titleize, fae.edit_content_block_path(item.slug)
          td = fae_date_format item.updated_at

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
fae-railsz-2.1.0 app/views/fae/static_pages/index.html.slim
fae-rails-2.0.0 app/views/fae/static_pages/index.html.slim
fae-rails-1.7.1 app/views/fae/static_pages/index.html.slim
fae-rails-1.7.0 app/views/fae/static_pages/index.html.slim
fae-rails-1.6.0 app/views/fae/static_pages/index.html.slim
fae-rails-1.5.1 app/views/fae/static_pages/index.html.slim
fae-rails-1.5.0 app/views/fae/static_pages/index.html.slim
fae-rails-1.4.1 app/views/fae/static_pages/index.html.slim
fae-rails-1.4.0 app/views/fae/static_pages/index.html.slim
fae-rails-1.3.1 app/views/fae/static_pages/index.html.slim