或使用本站帳號登入
<%= f.label :user_id ,t("users.user_id")%>
<%= f.text_field :user_id, :placeholder => t("users.user_id"), :style => "width: 326px;" %>
Please correct the error
<%= f.label :password,t("password") %>
<%= f.password_field :password, :placeholder => t(:dots), :style => "width: 326px;" %>
Please correct the error
<%= link_to t(:forgot_password), new_user_password_path, :class => 'pull-right forgot hide' %>