Sha256: c22e4bcf3c5c89e9b510543ca39f0d9aa08218db281501e1f7a2dcb50ac5eb42

Contents?: true

Size: 553 Bytes

Versions: 24

Compression:

Stored size: 553 Bytes

Contents

<div id="<%= @model.plural_name %>_index" class="mdwa_index">
	<div class="page_header">
		<h1><%%= t '<%= @model.plural_name %>.index_title' %></h1>
		<%- if options.ajax -%>
		<div class="page_header_right_tab">
			<%%= link_to t('system.add_by_ajax', :name => '<%= @model.singular_name.humanize %>'), new_<%= @model.object_name %>_path, :class => 'lightbox various fancybox.ajax' %>
		</div>
		<%- end -%>
	</div>

	<div class="inside">
		<div id="<%= @model.plural_name %>_list">
			<%%= render '<%= @model.plural_name %>' %>
		</div>
	</div>
</div>

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
mdd-3.1.4 lib/generators/mdwa/scaffold/templates/views/index.html.erb
mdd-3.1.2 lib/generators/mdwa/scaffold/templates/views/index.html.erb
mdd-3.1.1 lib/generators/mdwa/scaffold/templates/views/index.html.erb
mdd-3.1.0 lib/generators/mdwa/scaffold/templates/views/index.html.erb
mdd-3.0.20 lib/generators/mdwa/scaffold/templates/views/index.html.erb
mdd-3.0.19 lib/generators/mdwa/scaffold/templates/views/index.html.erb
mdd-3.0.18 lib/generators/mdwa/scaffold/templates/views/index.html.erb
mdd-3.0.17 lib/generators/mdwa/scaffold/templates/views/index.html.erb
mdd-3.0.16 lib/generators/mdwa/scaffold/templates/views/index.html.erb
mdd-3.0.15 lib/generators/mdwa/scaffold/templates/views/index.html.erb
mdd-3.0.14 lib/generators/mdwa/scaffold/templates/views/index.html.erb
mdd-3.0.13 lib/generators/mdwa/scaffold/templates/views/index.html.erb
mdd-3.0.10 lib/generators/mdwa/scaffold/templates/views/index.html.erb
mdd-3.0.9 lib/generators/mdwa/scaffold/templates/views/index.html.erb
mdd-3.0.8 lib/generators/mdwa/scaffold/templates/views/index.html.erb
mdd-3.0.7 lib/generators/mdwa/scaffold/templates/views/index.html.erb
mdd-3.0.6 lib/generators/mdwa/scaffold/templates/views/index.html.erb
mdd-3.0.4 lib/generators/mdwa/scaffold/templates/views/index.html.erb
mdd-3.0.3 lib/generators/mdwa/scaffold/templates/views/index.html.erb
mdd-3.0.2 lib/generators/mdwa/scaffold/templates/views/index.html.erb