Sha256: 8e3b34a183dbc9626efeb395a3ba47bf6d372c0a7bbf044d16c84474b84b059c

Contents?: true

Size: 397 Bytes

Versions: 3

Compression:

Stored size: 397 Bytes

Contents

- content_for :toolbar do
  = link_to edit_hq_city_path(@city ), 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: City.model_name.human)
  .panel-body
    = show_for @city do |s|
      = s.attribute :id
      = s.attribute :name
      = s.attribute :name, in: :country

Version data entries

3 entries across 3 versions & 1 rubygems

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