Sha256: e146139dd855101173879670665ed3ebc2c156ab0af3a5082b4939490c03a152

Contents?: true

Size: 638 Bytes

Versions: 6

Compression:

Stored size: 638 Bytes

Contents

= content_for :index_header do
	.pull-left
		= count_div 'admin-commute-method-types-count' do
			= print_count @count, t_commute_method_type_list
	.pull-right
		= ajax_link_to_new t(:'commute_method_type.new'), [:new, :admin, :commute_method_type], id: 'new-admin-commute-method-type-link'

= content_for :new_form do
	#new-admin-commute-method-type.hide

#admin-commute-method-types
	= table_for 'admin-commute-method-types-index' do
	  thead
	    tr
	      = th t(:'commute_method_type.plural')
	      = th_actions 2
	    tbody
	    	= render partial: 'commute_method_type', collection: @commute_method_types, as: :commute_method_type

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
gaku_core-0.0.3 app/views/gaku/admin/commute_method_types/index.html.slim
gaku-0.0.3 core/app/views/gaku/admin/commute_method_types/index.html.slim
gaku-0.0.2 core/app/views/gaku/admin/commute_method_types/index.html.slim
gaku_core-0.0.2 app/views/gaku/admin/commute_method_types/index.html.slim
gaku-0.0.1 core/app/views/gaku/admin/commute_method_types/index.html.slim
gaku_core-0.0.1 app/views/gaku/admin/commute_method_types/index.html.slim