<%= t(:ruling_site) %>

<%= t(:login) %>

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

You need to sign in or sign up before continuing.

<%= f.label :email ,t("admin.user_new_interface.email")%> <%= f.text_field :email, :placeholder => t("admin.user_new_interface.email"), :style => "width: 330px;" %> Please correct the error
<%= f.label :password,t("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 %>