Sha256: efd2e510e81efd20cc1f41d0394aa46fc54ea3bb7e7eceecce3ad6ec04a67f78
Contents?: true
Size: 748 Bytes
Versions: 5
Compression:
Stored size: 748 Bytes
Contents
.jumbotron %h1 Welcome to <%= app_name.capitalize %> - if current_user = link_to t('view.navbar.sign_out'), destroy_user_session_path, class: 'btn btn-link', method: :delete .row-fluid.marketing %p %strong Name: = current_user.name %p %strong Email: = current_user.email = link_to t('view.navbar.edit_login_info'), edit_user_registration_path, class: 'btn btn-link' = link_to t('view.navbar.profile'), user_profile_path(current_user), class: 'btn btn-link' - else = link_to t('view.navbar.signup'), new_user_registration_path, class: 'btn btn-success' = link_to t('view.navbar.signin'), new_user_session_path, class: 'btn btn-link'
Version data entries
5 entries across 5 versions & 1 rubygems