Sha256: 513afad7e759145f36f25ed203363eb23bc195b109c6d3f512a9376a7197153c

Contents?: true

Size: 452 Bytes

Versions: 2

Compression:

Stored size: 452 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: user.model_name.human)
  .panel-body
    = show_for @profile do |s|
      = s.attribute :name
      = s.attribute :surname
      = s.attribute :email
      = s.attribute :created_at
      = s.attribute :updated_at

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cybele-1.9.1 templates/app/views/user/profiles/show.html.haml
cybele-1.9.0 templates/app/views/user/profiles/show.html.haml