Sha256: 677c74e87602c7b9e3dfd03fc942359e60ba1f07bdf205a37f227bdeebb29fdc

Contents?: true

Size: 603 Bytes

Versions: 1

Compression:

Stored size: 603 Bytes

Contents

.jumbotron
  %h1 Welcome to <%= app_name.capitalize %>
  - if current_user
    = link_to t('navbar.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 t('navbar.edit_login_info'), edit_user_registration_path, class: 'btn btn-large'
  - else
    = link_to t('navbar.signup'), new_user_registration_path, class: 'btn btn-large btn-success'
    = link_to t('navbar.signin'), new_user_session_path, class: 'btn btn-large'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cybele-1.9.1 templates/app/views/welcome/index.html.haml.erb