Sha256: 92d0a8a7a322772a4987101fa3fa39b41c08448e5d88623d5f782f96d0476de5

Contents?: true

Size: 407 Bytes

Versions: 6

Compression:

Stored size: 407 Bytes

Contents

- content_for :toolbar do
  = link_to edit_user_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: UserProfile.model_name.human)
  .panel-body
    = show_for @user_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/user_profiles/show.html.haml
cybele-1.7.2 templates/app/views/user_profiles/show.html.haml
cybele-1.7.0 templates/app/views/user_profiles/show.html.haml
cybele-1.6.0 templates/app/views/user_profiles/show.html.haml
cybele-1.5.1 templates/app/views/user_profiles/show.html.haml
cybele-1.5.0 templates/app/views/user_profiles/show.html.haml