Sha256: 299bdfc82119d7c5bcd1df5c46398239ae6a66988c95440c5bb7172bb9d473ea

Contents?: true

Size: 413 Bytes

Versions: 6

Compression:

Stored size: 413 Bytes

Contents

- content_for :toolbar do
  = link_to edit_hq_admin_profile_path, 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: AdminProfile.model_name.human)
  .panel-body
    = show_for @admin_profile do |s|
      = s.attribute :first_name
      = s.attribute :last_name
      = s.attribute :gsm

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
cybele-1.8.0 templates/app/views/hq/admin_profiles/show.html.haml
cybele-1.7.2 templates/app/views/hq/admin_profiles/show.html.haml
cybele-1.7.0 templates/app/views/hq/admin_profiles/show.html.haml
cybele-1.6.0 templates/app/views/hq/admin_profiles/show.html.haml
cybele-1.5.1 templates/app/views/hq/admin_profiles/show.html.haml
cybele-1.5.0 templates/app/views/hq/admin_profiles/show.html.haml