Sha256: cc873831252688ef13d1f9e48e5af1e2276886794cd90a71533b5a28d20b9cb6

Contents?: true

Size: 446 Bytes

Versions: 2

Compression:

Stored size: 446 Bytes

Contents

%tr
  %td= city.id
  %td= city.name
  %td= city.country.name
  %td=l city.created_at
  %td.action
    = link_to([:hq, city], class: 'btn btn-success', toogle: 'tooltip', title: t('tooltips.zoom')) do
      %i.icon-eye-open
    = link_to(edit_hq_city_path(city) , class: 'btn btn-info') do
      %i.icon-edit
    = link_to([:hq, city], class: 'btn btn-danger', method: :delete, data: { confirm: t('tooltips.are_you_sure') }) do
      %i.icon-trash

Version data entries

2 entries across 2 versions & 1 rubygems

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