Welcome to the app that's using Bento

<% flash.each do |type, message| %>

<%= message %>

<% end %> <%= link_to "Manage accounts", accounts_path %> <%= link_to "Bento accounts", new_account_path %> <%= link_to "Custom accounts", new_custom_account_path(:sign_up => true) %> <%= link_to "Manage custom accounts", custom_accounts_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 %>