Sha256: 44037e07ec0f20388aec4b50153c972bd78ad4e37ec31c5ca65054f143084921

Contents?: true

Size: 370 Bytes

Versions: 6

Compression:

Stored size: 370 Bytes

Contents

<%- @title = "サインアップ" -%>

<h1>サインアップ</h1>

<%- form_tag(:action => "authenticate") { -%>
  <table border="1">
    <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("次へ") %></div>
<%- } -%>

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
okkez-multi_auth-0.0.3 app/views/signup/open_id/index.html.erb
multi_auth-0.0.3 app/views/signup/open_id/index.html.erb
multi_auth-0.0.2 app/views/signup/open_id/index.html.erb
okkez-multi_auth-0.0.2 app/views/signup/open_id/index.html.erb
multi_auth-0.0.1 app/views/signup/open_id/index.html.erb
okkez-multi_auth-0.0.1 app/views/signup/open_id/index.html.erb