Sha256: 911929e4a6ff3bbc578863100c3c6a75428677a54c0b5b9937c68694031e497a

Contents?: true

Size: 591 Bytes

Versions: 6

Compression:

Stored size: 591 Bytes

Contents

= content_for :index_header do
  .pull-left
    = count_div 'admin-templates-count' do
      = print_count @count, t_template_list
  .pull-right
    = ajax_link_to_new t(:'template.add'), [:new, :admin, :template], id: 'new-admin-template-link'

= content_for :new_form do
  #new-admin-template.hide

#admin-templates
  = table_for 'admin-templates-index' do
    thead
      tr
        = th t(:'template.singular')
        = th t(:'template.context')
        = th t(:'template.lock')
        = th_actions 3
    tbody
      = render partial: 'template', collection: @templates, as: :template

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
gaku_core-0.0.3 app/views/gaku/admin/templates/index.html.slim
gaku-0.0.3 core/app/views/gaku/admin/templates/index.html.slim
gaku-0.0.2 core/app/views/gaku/admin/templates/index.html.slim
gaku_core-0.0.2 app/views/gaku/admin/templates/index.html.slim
gaku-0.0.1 core/app/views/gaku/admin/templates/index.html.slim
gaku_core-0.0.1 app/views/gaku/admin/templates/index.html.slim