Sha256: 0969fc43827cf9abdf8c57343fc2875f3506243f04144537e849d08c61229b97

Contents?: true

Size: 402 Bytes

Versions: 4

Compression:

Stored size: 402 Bytes

Contents

#kitsune_record_header
  %h2.legend= @model.admin_name
  - unless @model.disabled?(:new)
    #menu= link_to "New #{params[:id]}", :controller => 'admin/kitsune/records', :action => :new, :model_id => params[:model_id]

- @model.tabs.each do |key, value|
  = link_to key, value

= render :partial => 'list', :locals => { :model => @model, :records => @records, :parent => nil }
= will_paginate @records

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
kitsune-0.0.19 app/views/admin/kitsune/records/index.html.haml
kitsune-0.0.18 app/views/admin/kitsune/records/index.html.haml
kitsune-0.0.17 app/views/admin/kitsune/records/index.html.haml
kitsune-0.0.16 app/views/admin/kitsune/records/index.html.haml