Sha256: 5b5ce3c96fd6cff1ab39782ed5d4fd3635b5ec17fa85f2ae507285ed9267afe9

Contents?: true

Size: 919 Bytes

Versions: 4

Compression:

Stored size: 919 Bytes

Contents

.backgrounds.big-header
  %h1
    =h @user.firstname
    =h @user.lastname
  .interact-links
    = link_to I18n.t('account.update.action').capitalize, forgeos_core.edit_admin_account_path, :class => 'backgrounds interact-button'
#content.grid_16.alpha.omega
  .grid_12.alpha
    #customer-see.inner-content
      .padding-wrap
        .fieldset
          %h3= t(:infos, :scope => [:back_office, :account]).capitalize
          .main-infos
            .main-infos-cutomer
              %h4{:class => 'small-icons'}= "#{t(:avatar).capitalize} :"
              %div
                - if @user.avatar && !@user.avatar.filename.nil?
                  = image_tag(@user.avatar.public_filename(:thumb))
            .main-info-separation.big-separation
            .order-billing-adress
              %h4{:class => 'small-icons'}= "#{t('email').capitalize} :"
              %div
                =h @user.email
          .clear

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
forgeos_core-1.9.4 app/views/admin/accounts/show.html.haml
forgeos_core-1.9.3 app/views/admin/accounts/show.html.haml
forgeos_core-1.9.2 app/views/admin/accounts/show.html.haml
forgeos_core-1.9.1 app/views/admin/accounts/show.html.haml