<%= form_for(account) do |f| %> <% if account.errors.any? %>

<%= pluralize(account.errors.count, "error") %> prohibited this account from being saved:

<% end %>
<%= f.label :username %> <%= f.text_field :username %>
<%= f.label :password %> <%= f.text_field :password %>
<%= f.label :home %> <%= f.text_field :home %>
<%= f.label :site %> <%= f.text_field :site %>
<%= f.submit %>
<% end %>