Sha256: 21062c8b95748546fd019320cf1ea2888c30d42ff42e63ca1caebf7783899008

Contents?: true

Size: 572 Bytes

Versions: 16

Compression:

Stored size: 572 Bytes

Contents

.row
  .col-md-12
    #new-admin-template.d-none
    .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'

hr

#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

16 entries across 16 versions & 2 rubygems

Version Path
gaku_admin-0.3.0 app/views/gaku/admin/templates/_templates.html.slim
gaku_admin-0.3.0.pre.4 app/views/gaku/admin/templates/_templates.html.slim
gaku_admin-0.3.0.pre.3 app/views/gaku/admin/templates/_templates.html.slim
gaku_admin-0.3.0.pre.2 app/views/gaku/admin/templates/_templates.html.slim
gaku_admin-0.3.0.pre.1 app/views/gaku/admin/templates/_templates.html.slim
gaku_admin-0.3.0.pre.0 app/views/gaku/admin/templates/_templates.html.slim
gaku-0.2.4 admin/app/views/gaku/admin/templates/_templates.html.slim
gaku_admin-0.2.4 app/views/gaku/admin/templates/_templates.html.slim
gaku-0.2.3 admin/app/views/gaku/admin/templates/_templates.html.slim
gaku_admin-0.2.3 app/views/gaku/admin/templates/_templates.html.slim
gaku-0.2.2 admin/app/views/gaku/admin/templates/_templates.html.slim
gaku_admin-0.2.2 app/views/gaku/admin/templates/_templates.html.slim
gaku-0.2.1 admin/app/views/gaku/admin/templates/_templates.html.slim
gaku_admin-0.2.1 app/views/gaku/admin/templates/_templates.html.slim
gaku-0.2.0 admin/app/views/gaku/admin/templates/_templates.html.slim
gaku_admin-0.2.0 app/views/gaku/admin/templates/_templates.html.slim