Sha256: 0cdc394b48675fc54f9e4348dd5e882797b96cec55bb066296840ff8c7fbfbe5

Contents?: true

Size: 825 Bytes

Versions: 2

Compression:

Stored size: 825 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
      .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))
          .order-billing-adress
            %h4{:class => 'small-icons'}= "#{t('email').capitalize} :"
            %div
              =h @user.email
        .clear

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
forgeos_core-1.9.5.rc2 app/views/admin/accounts/show.html.haml
forgeos_core-1.9.5.rc1 app/views/admin/accounts/show.html.haml