Sha256: ef0138608b61ec6e92b0e6fe17fe380c17424b8734bb7d33fd6251c2ebe63112

Contents?: true

Size: 547 Bytes

Versions: 5

Compression:

Stored size: 547 Bytes

Contents

.card
  .card-header
    %i.fas.fa-edit
    = t('view.title.show', resource_name: User.model_name.human)
  .card-body
    = show_for @profile do |s|
      = s.attribute :name
      = s.attribute :surname
      = s.attribute :email
      = s.attribute :created_at
      = s.attribute :updated_at
  .card-footer
    = link_to root_path, class: 'btn' do
      %i.fas.fa-arrow-left
      = t('view.btn.back')
    = link_to edit_user_profile_path(@profile), class: 'btn btn-primary' do
      %i.fas.fa-pencil
      = t('view.navbar.edit_profile_info')

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cybele-2.3.2 templates/app_files/app/views/user/profile/show.html.haml
cybele-2.3.1 templates/app_files/app/views/user/profile/show.html.haml
cybele-2.2.0 templates/app_files/app/views/user/profile/show.html.haml
cybele-2.1.0 templates/app_files/app/views/user/profile/show.html.haml
cybele-2.0.0 templates/app_files/app/views/user/profile/show.html.haml