Sha256: 3b088faf4449ca9e1a76a52e8fbec2c0ed34c0221ec9b5dfd18cf4f3e8a6a062
Contents?: true
Size: 649 Bytes
Versions: 6
Compression:
Stored size: 649 Bytes
Contents
- @title = 'Sign in' doctype html html.bg-black head title #{@title} « Kuroko 2 meta charset='UTF-8' meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport' = stylesheet_link_tag 'kuroko2/application' = javascript_include_tag 'kuroko2/application' body.bg-black #login-box.form-box .header Sign In .body p.lead Please sign in with Google account. .text-center a.btn.btn-social.btn-google-plus href=auth_path("google_oauth2", state: params[:return_to]) i.fa.fa-google-plus span Sign in with Google .footer
Version data entries
6 entries across 6 versions & 1 rubygems