<%= t(:ruling_site) %>

<%= t(:login) %>

<% flash.each do |key, msg| %> <%= content_tag :span, msg, :class => [key, "notice label label-warning"] %> <% end%> <%= form_for :user, :url => user_session_path, :html => {:class => 'user_new form-horizontal'} do |f| %>

You need to sign in or sign up before continuing.

<%= f.label :email %> <%= f.email_field :email, :placeholder => t(:email), :style => "width: 330px;" %> Please correct the error
<%= f.label :password %> <%= f.password_field :password, :placeholder => t(:dots), :style => "width: 330px;" %> Please correct the error <%= link_to t(:forgot_password), new_user_password_path, :class => 'pull-right forgot hide' %>
<%= content_tag :button, t(:login), :type => :submit, :class => 'btn btn-primary pull-right' %>
<% end %>