spec/rails_app/app/views/layouts/application.html.erb in bento-0.0.1 vs spec/rails_app/app/views/layouts/application.html.erb in bento-0.0.2
- old
+ new
@@ -9,11 +9,12 @@
<% flash.each do |type, message| %>
<p id="flash" class="<%= type %>"><%= message %></p>
<% end %>
<%= link_to "Manage accounts", accounts_path %>
- <%= link_to "Bento Accounts", new_account_path %>
- <%= link_to "Custom Accounts", new_custom_account_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? %>
<span>Current account: <%= current_account.name %></span>
<%= link_to "Projects", projects_path %>
<%= link_to "All projects", projects_path(:all => true) %>
\ No newline at end of file