Pedal
<% if (currentUser && currentUser.is_admin) { %>
Admin
<% } %> <% if (currentUser) { %>
Hi,
<%= currentUser.username %>
Log out
<% } else { %>
Log in
Sign up
<% } %>
<% if (flash) { %>
<%= flash.message %>
<% } %>