-
-
Notifications
You must be signed in to change notification settings - Fork 261
Build the app
rutipo edited this page Feb 1, 2012
·
9 revisions
- create file, call it: "views/devise/menu/_login_items.html.erb" file name:
file content:
<% if user_signed_in? %>
as described in: https://github.com/plataformatec/devise/wiki/How-To:-Add-sign_in,-sign_out,-and-sign_up-links-to-your-layout-template
- add to views/layout/application.html.erb <%= render :partial => 'devise/menu/login_items' %>