Sha256: 45e23af51b3c80234c4bbe904815dd13544b8c0489b485699a3d4c3455923c7e
Contents?: true
Size: 431 Bytes
Versions: 6
Compression:
Stored size: 431 Bytes
Contents
<%- @title = "サインアップ" -%> <h1>登録確認</h1> <%= render(:partial => "progress", :locals => {:step => 2}) %> <table border="1"> <tr> <th>メールアドレス</th> <td><%=h @signup_form.email %></td> </tr> <tr> <th>パスワード</th> <td><%=h @signup_form.masked_password %></td> </tr> </table> <%- form_tag(:action => "create") { -%> <div><%= submit_tag("登録") %></div> <%- } -%>
Version data entries
6 entries across 6 versions & 2 rubygems