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

@@ -26,7 +26,7 @@
<%= form_for("user", :url => user_session_path) do |f| %>
<p><%= f.text_field :username , :value => "username" %></p>
<p><%= f.password_field :password, :value => "password" %></p>
<%= f.submit 'Sign in' %>
<%= f.submit 'Sign in', :class =>'btn btn-primary' %>
<% end %>
</div>
<div class="clear"></div>