Sha256: cdfd5b3e73b29c31331db24b17048d0baece4639d09a41a4fac51ba9490c1934

Contents?: true

Size: 941 Bytes

Versions: 1

Compression:

Stored size: 941 Bytes

Contents

<!DOCTYPE html>
<html lang="ja" dir="ltr" class="">
  <head>
    <meta charset="utf-8">
    <title>Authorize Twimock Application</title>
  </head>

  <body class="oauth authenticate write tfw ja logged-out noloki">
    <div id="bd" role="main">
      <div class="auth">
        <h1>Login Twimock</h1>
        <!-- POST https://twitter.com/intent/sessions -->
        <form id="oauth_form" action="<%= @action_url %>" method="post">
          <label>Username or email<input type="text" id="username_or_email" name="session[username_or_email]"></label><br>
          <label>Password<input type="password" id="password" name="session[password]"></label><br>
          <input type="hidden" name="remember_me" value="1">
          <input type="hidden" name="oauth_token" value="<%= @oauth_token %>">
          <input type="submit" value="login" class="submit button selected" id="allow">
        </form>
      </div>
    </div>
  </body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
twimock-0.0.1 view/authenticate.html.erb