Sha256: 8bc5a982c12f8e5ef8fce4d05386a2dfed1f4c0a0d94a8722a15790d45827337
Contents?: true
Size: 552 Bytes
Versions: 6
Compression:
Stored size: 552 Bytes
Contents
.jumbotron %h1 Welcome to <%= app_name %> - if current_user = link_to 'Sign out', destroy_user_session_path, class: 'btn btn-large', method: :delete .row-fluid.marketing %p %strong Name: = current_user.name %p %strong Email: = current_user.email = link_to 'Edit Profile', edit_user_profile_path, class: 'btn btn-large' - else = link_to 'Sign up today', new_user_registration_path, class: 'btn btn-large btn-success' = link_to 'Sign in', new_user_session_path, class: 'btn btn-large'
Version data entries
6 entries across 6 versions & 1 rubygems