Sha256: beb8b70e0ecf212c086a10130063e32749b1ce4072b8e2deab9ab2a46a086135

Contents?: true

Size: 471 Bytes

Versions: 9

Compression:

Stored size: 471 Bytes

Contents

- #@kitsune_title = @model.admin_name

#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 }
- if defined? will_paginate
  = will_paginate @records

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
ds-kitsune-0.2.5 app/views/admin/kitsune/records/index.html.haml
ds-kitsune-0.2.3 app/views/admin/kitsune/records/index.html.haml
kitsune-0.2.1 app/views/admin/kitsune/records/index.html.haml
kitsune-0.2.0 app/views/admin/kitsune/records/index.html.haml
kitsune-0.1.5 app/views/admin/kitsune/records/index.html.haml
kitsune-0.1.4 app/views/admin/kitsune/records/index.html.haml
kitsune-0.1.3 app/views/admin/kitsune/records/index.html.haml
kitsune-0.1.2 app/views/admin/kitsune/records/index.html.haml
kitsune-0.1.1 app/views/admin/kitsune/records/index.html.haml