Sha256: cd0422ac04443bded5c0b83dc46d0ca138e3dc29e45d19453656c57124f0ac4f
Contents?: true
Size: 475 Bytes
Versions: 10
Compression:
Stored size: 475 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 - 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
10 entries across 10 versions & 1 rubygems