<% if admin? %> <%= current_user.name %> <%= link_to "Logout", "/logout" %> <% else %> <%= link_to "Login", "/auth/twitter" %> <% end %>