Sha256: 9f131b0ad1d02ff602234b107b80ce991cfcaf8bb4fa250fef697cd85afe8dfb
Contents?: true
Size: 558 Bytes
Versions: 9
Compression:
Stored size: 558 Bytes
Contents
<%- @title = p_("MultiAuth", "Pre-registeration completed") -%> <h1><%=h @title %></h1> <div><%=h p_("MultiAuth", "System sent a mail to email address you specified. Please access the URL described in the mail. And complete registration.") %></div> <div><%= link_to(h(p_("MultiAuth", "Back")), :controller => "/credentials", :action => "index") %></div> <%- unless production? -%> <hr /> <%= link_to(h("Activation"), :controller => "credentials/email", :action => "activation", :activation_token => @email_credential.activation_token) %> <%- end -%>
Version data entries
9 entries across 9 versions & 2 rubygems