Sha256: 3adad386611e280a6aeca1dad96b32eb6f8fb20b464d4c61dc9dfd4e0056ba85

Contents?: true

Size: 358 Bytes

Versions: 4

Compression:

Stored size: 358 Bytes

Contents

<%- @title = "ログイン" -%>

<h1>OpenID によるログイン</h1>

<%- form_tag(:action => "login") { -%>
  <table border="1">
    <tr>
      <th><%= label_tag(:openid_url, "OpenID") %></th>
      <td>
        <%= text_field_tag(:openid_url, "", :size => 30) %>
      </td>
    </tr>
  </table>
  <div><%= submit_tag("ログイン") %></div>
<%- } -%>

Version data entries

4 entries across 4 versions & 2 rubygems

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