Sha256: 93f55b5ed877af774926ad792eba9a819d37580cd8caafedbd7eb3a4a5fa48e1

Contents?: true

Size: 442 Bytes

Versions: 2

Compression:

Stored size: 442 Bytes

Contents

%tr
  %td= country.id
  %td= country.name
  %td=l country.created_at
  %td.action
    = link_to([:hq, country], class: 'btn btn-success', toogle: 'tooltip', title: t('tooltips.zoom')) do
      %i.icon-eye-open
    = link_to(edit_hq_country_path(country) , class: 'btn btn-info') do
      %i.icon-edit
    = link_to([:hq, country], 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/countries/_country.html.haml
cybele-1.9.0 templates/app/views/hq/countries/_country.html.haml