Sha256: a1905de90f685289a6b1c75f9442abf6f39cedc894604b39a867d04ab990673d

Contents?: true

Size: 220 Bytes

Versions: 2

Compression:

Stored size: 220 Bytes

Contents

%p Welcome to Mailboxer!
%nav
  - if user_signed_in?
    = link_to "Sign out", destroy_user_session_path
  - else
    = link_to "Sign in", new_user_session_path
    = link_to "Sign up", new_user_registration_path

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mailboxer-without-notification-0.11.2 spec/dummy/app/views/home/index.html.haml
mailboxer-without-notification-0.11.1 spec/dummy/app/views/home/index.html.haml