Sha256: 7c244f62fed74bac4a673f638fd796beb8d85fada227e9270531c011e50ca4f1

Contents?: true

Size: 810 Bytes

Versions: 6

Compression:

Stored size: 810 Bytes

Contents

.container.mt-2
  .row
    .col-12
      - if user_signed_in?
        .alert.alert-info
          = t('.signed_in_as', user: administrador_helper(self).resource_label_for(current_user))
        .btn-group.d-flex
          = link_to t('.show'), cmor_user_area.current_user_path, class: 'btn btn-primary w-100 ml-0'
          = link_to t('.sign_out'), cmor_user_area.user_session_path, method: :delete, class: 'btn btn-warning w-100'
      - else
        .alert.alert-info
          = t('.not_signed_in')
        .btn-group.d-flex
          = link_to t('.sign_in'), cmor_user_area.new_user_session_path, class: 'btn btn-primary w-100 ml-0'
          - if Cmor::UserArea::Configuration.enable_registrations    
            = link_to t('.new'), cmor_user_area.new_current_user_path, class: 'btn btn-success w-100'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
cmor_user_area_backend-0.0.6.pre app/views/cmor/user_area/backend/user_sidebars/show.html.haml
cmor_user_area_backend-0.0.5.pre app/views/cmor/user_area/backend/user_sidebars/show.html.haml
cmor_user_area_backend-0.0.4.pre app/views/cmor/user_area/backend/user_sidebars/show.html.haml
cmor_user_area_backend-0.0.3.pre app/views/cmor/user_area/backend/user_sidebars/show.html.haml
cmor_user_area_backend-0.0.2.pre app/views/cmor/user_area/backend/user_sidebars/show.html.haml
cmor_user_area_backend-0.0.1.pre app/views/cmor/user_area/backend/user_sidebars/show.html.haml