Sha256: 3002b0f6a82fc413c374049cb5e5de130a53e2b2c389c7ed78eaac808b7faf5b
Contents?: true
Size: 253 Bytes
Versions: 6
Compression:
Stored size: 253 Bytes
Contents
<%- @title = "サインアップ" -%> <h1>認証完了</h1> <table border="1"> <tr> <th>OpenID</th> <td><%=h @identity_url %></td> </tr> </table> <%- form_tag(:action => "create") { -%> <div><%= submit_tag("登録") %></div> <%- } -%>
Version data entries
6 entries across 6 versions & 2 rubygems