Sha256: d55416419dea872d653c3db77044dd8b1373261e1116ff046ff1124f8ef5a876

Contents?: true

Size: 485 Bytes

Versions: 8

Compression:

Stored size: 485 Bytes

Contents

<div id='kitsune_record_header'>
	<h2><%= @model.admin_name %></h2>
	<% unless @model.disabled?(:new) %>
		<div id='menu'>
			<%= link_to "New #{params[:id]}", :controller => 'admin/kitsune/records', :action => :new, :model_id => params[:model_id] %>
		</div>
	<% end %>
</div>
<% @model.tabs.each do |key, value|%>
<%= link_to key, value %>
<% end %>
<%= render :partial => 'list', :locals => {:model => @model, :records => @records, :parent => nil } %>
<%= will_paginate @records %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
kitsune-0.0.14 app/views/admin/kitsune/records/index.html.erb
kitsune-0.0.13 app/views/admin/kitsune/records/index.html.erb
kitsune-0.0.12 app/views/admin/kitsune/records/index.html.erb
kitsune-0.0.11 app/views/admin/kitsune/records/index.html.erb
kitsune-0.0.10 app/views/admin/kitsune/records/index.html.erb
kitsune-0.0.9 app/views/admin/kitsune/records/index.html.erb
kitsune-0.0.8 app/views/admin/kitsune/records/index.html.erb
kitsune-0.0.7 app/views/admin/kitsune/records/index.html.erb