Started cleanup user forms
the cancel button on user cp is not working yet. before_filter not called?
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user