<%= message %>
<% end %> <%= link_to "Manage accounts", accounts_path %> <%= link_to "Bento Accounts", new_account_path %> <%= link_to "Custom Accounts", new_custom_account_path %> <% if user_signed_in? %> Current account: <%= current_account.name %> <%= link_to "Projects", projects_path %> <%= link_to "All projects", projects_path(:all => true) %> <%= link_to('Sign out', destroy_user_session_path) %> <% else %> <%= link_to "Sign up", sign_up_accounts_path %> <%= link_to "Sign in", new_user_session_path %> <% end %> <%= yield %>