Sha256: 0f3161758ff35816b2aaf32d3cb09c8d0a39e585410f5e006310777730b23d06

Contents?: true

Size: 433 Bytes

Versions: 3

Compression:

Stored size: 433 Bytes

Contents

- content_for :toolbar do
  = link_to edit_hq_country_path(@country ), class: 'btn btn-default' do
    %i.icon-pencil
    = t('action_button.edit')
.panel.panel-default
  .panel-heading
    %i.icon-edit.icon-large
    = t('tt.show', resource_name: Country.model_name.human)
  .panel-body
    = show_for @country do |s|
      = s.attribute :id
      = s.attribute :name
      = s.attribute :created_at
      = s.attribute :updated_at

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cybele-1.9.2 templates/app/views/hq/countries/show.html.haml
cybele-1.9.1 templates/app/views/hq/countries/show.html.haml
cybele-1.9.0 templates/app/views/hq/countries/show.html.haml