> <%=stylesheet_link_tag "application"%> <%- if current_user.try(:admin) %> <%= stylesheet_link_tag "admin"%> <%- end %> <%=csrf_meta_tags%>