Sha256: 18988b802a3ea0d60b49b3ab3c78c9edb06167ba997c612489a142a9e578b380
Contents?: true
Size: 375 Bytes
Versions: 9
Compression:
Stored size: 375 Bytes
Contents
<%- @title = p_("MultiAuth", "Signup") -%> <h1><%=h @title %></h1> <%- form_tag(:action => "authenticate") { -%> <table> <tr> <th><%= label_tag("openid_url", "OpenID URL") %></th> <td> <%= text_field_tag("openid_url", @openid_url, :size => 20) %> </td> </tr> </table> <div><%= submit_tag(p_("MultiAuth", "Next")) %></div> <%- } -%>
Version data entries
9 entries across 9 versions & 2 rubygems