Sha256: b3c9c2979027ae0d01ae0469a5b347fc38da99df48a9f03eeae0628089286377
Contents?: true
Size: 493 Bytes
Versions: 1
Compression:
Stored size: 493 Bytes
Contents
<!DOCTYPE html> <html lang="ja" dir="ltr" class=""> <head> <meta charset="utf-8"> <title>Authorize Twimock Application</title> </head> <body class="oauth cancelled tfw ja logged-out noloki"> <div id="bd" role="main"> <div class="auth"> <h1>You have not signed in</h1> <p class="cancel-callback"> <a href="<%= Twimock::Config.callback_url %>?denied=<%= @oauth_token %>">Return to App</a> </p> </div> </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
twimock-0.0.2 | view/oauth_cancelled.html.erb |