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

Version Path
cybele-1.4.0 templates/app/views/welcome/index.html.haml.erb
cybele-1.3.0 templates/app/views/welcome/index.html.haml.erb
cybele-1.2.0 templates/app/views/welcome/index.html.haml.erb
cybele-1.1.0 templates/app/views/welcome/index.html.haml.erb
cybele-1.0.0 templates/app/views/welcome/index.html.haml.erb
cybele-0.10.1 templates/app/views/welcome/index.html.haml.erb
cybele-0.10.0 templates/app/views/welcome/index.html.haml.erb
cybele-0.9.0 templates/app/views/welcome/index.html.haml.erb
cybele-0.8.0 templates/app/views/welcome/index.html.haml.erb
cybele-0.7.0 templates/app/views/welcome/index.html.haml.erb