Sha256: ba9f2ebacb59dd9010751b41719f2be80acbcc43651b15e19c1d0c56ab8fc7ac

Contents?: true

Size: 120 Bytes

Versions: 3

Compression:

Stored size: 120 Bytes

Contents

<%= crud_table :name, :country_code do |t|
	t.col {|e| link_action_edit(e) }
	t.col {|e| link_action_destroy(e) }
end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dry_crud-1.2.0 test/templates/app/views/cities/_list.html.erb
dry_crud-1.1.0 test/templates/app/views/cities/_list.html.erb
dry_crud-1.0.0 test/templates/app/views/cities/_list.html.erb