Sha256: 8b713ba31fe1d83416d3bab8c1490f817770587c8ce0ca79b28890649b9a5df2

Contents?: true

Size: 372 Bytes

Versions: 5

Compression:

Stored size: 372 Bytes

Contents

.card
  .card-body
    .alert.alert-info
      = t('view.hello', user: current_user.email)
    = link_to t('view.navbar.sign_out'),
              destroy_user_session_path,
              method: :delete,
              class: 'btn btn-danger'
    = link_to t('view.navbar.edit_login_info'),
              edit_user_registration_path,
              class: 'btn btn-primary'

Version data entries

5 entries across 5 versions & 1 rubygems

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