Sha256: b3048f52d3ccec68532f1cc8dc63c9b437d372c591027cc75e331e663e92da9a
Contents?: true
Size: 472 Bytes
Versions: 2
Compression:
Stored size: 472 Bytes
Contents
= search_form_for [:admin, countries_search] do |f| = f.label :name_cont = f.search_field :name_cont = f.submit %p = link_to "New", new_admin_country_path %table %tbody - countries.each do |resource| %tr %td = resource.code %td = resource.name %td = link_to "edit", edit_admin_country_path(resource) = link_to "delete", admin_country_path(resource), method: :delete = paginate resources
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
resources-1.0.1 | test/dummy/app/views/admin/countries/index.html.haml |
resources-1.0.0 | test/dummy/app/views/admin/countries/index.html.haml |