Guest User

Untitled

a guest
Oct 24th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <% if current_user %>
  2. <li><%= link_to t('logout'), destroy_user_session_path %></li>
  3. <% else %>
  4. <li><%= link_to t('log_in'), login_path %></li>
  5. <% end %>
Add Comment
Please, Sign In to add comment