Sha256: 14b84f343e67f059dcaccae7a3930eefe8669b4cd148503c0ac30e7faedc5350

Contents?: true

Size: 272 Bytes

Versions: 3

Compression:

Stored size: 272 Bytes

Contents

%h2 Unrestricted Dummy Homepage

%a{:href => '/restricted'} Go to Restricted Page

#authentication
- if user_signed_in?
  = link_to 'Sign out', socialite.logout_path
- else
  = link_to 'Sign in', socialite.login_path

#user
  = link_to 'User Profile', socialite.user_path

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
socialite-0.0.1.beta4 spec/dummy/app/views/home/index.html.haml
socialite-0.0.1.beta2 spec/dummy/app/views/home/index.html.haml
socialite-0.0.1.beta spec/dummy/app/views/home/index.html.haml