- 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