Sha256: 91463b76286004047d66f0188f22abfb71f5653538a74d7a19a8afae259f8773
Contents?: true
Size: 398 Bytes
Versions: 3
Compression:
Stored size: 398 Bytes
Contents
.panel-body.filters = render 'filters' %table.table %thead %tr %th= sort_link(@search, :id, t('activerecord.attributes.country.id')) %th= sort_link(@search, :name, t('activerecord.attributes.country.name')) %th= sort_link(@search, :created_at, t('activerecord.attributes.country.created_at')) %th.actions = t('view.actions') %tbody = render @countries
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cybele-1.9.2 | templates/app/views/hq/countries/_list.html.haml |
cybele-1.9.1 | templates/app/views/hq/countries/_list.html.haml |
cybele-1.9.0 | templates/app/views/hq/countries/_list.html.haml |