Cleaned up user reg and session forms
This commit is contained in:
@@ -24,8 +24,9 @@
|
||||
</div>
|
||||
<div style="float:right; width:45%; height:195px; padding-left:30px; border-left:1px solid #e2e2e2;">
|
||||
<%= 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.text_field :username , :value => "username" %>
|
||||
<%= f.password_field :password, :value => "password" %>
|
||||
<br/>
|
||||
<%= f.submit 'Sign in', :class =>'btn btn-primary' %>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user