Sha256: dc978f835aead2bc891cd5a7353e4897b479aebe1b65d4e37da7d2c146c87267
Contents?: true
Size: 441 Bytes
Versions: 3
Compression:
Stored size: 441 Bytes
Contents
== render 'fae/shared/index_header', title: t('fae.page.title'), breadcrumbs: false, new_button: false main.content table.js-sort-column thead tr th = t('fae.common.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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fae-rails-3.0.0 | app/views/fae/static_pages/index.html.slim |
fae-rails-2.2.0 | app/views/fae/static_pages/index.html.slim |
fae-rails-2.1.0 | app/views/fae/static_pages/index.html.slim |