Sha256: dc60b8353155c383698da62462b435b9742797e037ce053dcffff7264dbc70ad

Contents?: true

Size: 475 Bytes

Versions: 3

Compression:

Stored size: 475 Bytes

Contents

.panel-body.filters
  = render 'filters'
%table.table
  %thead
    %tr
      %th= sort_link(@search, :id, t('activerecord.attributes.city.id'))
      %th= sort_link(@search, :name, t('activerecord.attributes.city.name'))
      %th= sort_link(@search, :country_id, t('activerecord.attributes.city.country_id'))
      %th= sort_link(@search, :created_at, t('activerecord.attributes.city.created_at'))
      %th.actions
        = t('view.actions')
  %tbody
    = render @cities

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cybele-1.9.2 templates/app/views/hq/cities/_list.html.haml
cybele-1.9.1 templates/app/views/hq/cities/_list.html.haml
cybele-1.9.0 templates/app/views/hq/cities/_list.html.haml