+ <%= form_for current_user, :url => { :action => "create" }, :html => { :class => "standard-form" } do |f| %>
+ <%= hidden_field_tag("referer", h(@referer)) unless @referer.nil? %>
-
+
-
+
-
+
-
- <%= link_to raw(t(".use external auth")), "#", :id => "auth_enable" %>
-
+
- <%= submit_tag t('.continue'), :tabindex => 8 %>
-<% end %>
+
+ <%= link_to t(".use external auth"), "#", :id => "auth_enable" %>
+
-
-
<%= t '.about.header' %>
- <%= t '.about.html' %>
+ <%= submit_tag t(".continue"), :tabindex => 8 %>
+ <% end %>
+