Sha256: 4ad997d786f15c2a26f9822f9fcb40a717b2f2062218aa89059f3424f25ded1f

Contents?: true

Size: 309 Bytes

Versions: 1

Compression:

Stored size: 309 Bytes

Contents

.login-register
  %ul.menu
    - if current_user
      %li= link_to current_user.username, organizer_path
      %li= button_to 'Sign Out', destroy_user_session_path, :method => :delete
    - else
      %li= link_to 'Sign in', new_user_session_path
      -# %li= link_to 'Sign up', new_user_registration_path

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ish_lib_manager-0.0.1 app/views/ish_lib_manager/application/_login_register.haml~