Started cleanup user forms

the cancel button on user cp is not working yet. before_filter not
called?
This commit is contained in:
2013-01-22 11:38:35 -05:00
parent 8783ed2015
commit b3b954df34
4 changed files with 14 additions and 8 deletions

View File

@@ -22,7 +22,7 @@
Confirm Password:<br />
<%= f.password_field :password_confirmation, :autocomplete => "off" %><br />
</p>
<p><%= f.submit "Sign up" %></p>
<p><%= f.submit "Sign up", :class=> 'btn btn-primary' %></p>
<% end %>
</div>
<div class="clear"></div>