Sha256: c8b8feec106a1e683164dfaafce88a65a0b1e507eae3beeb796485806897d3e6
Contents?: true
Size: 667 Bytes
Versions: 13
Compression:
Stored size: 667 Bytes
Contents
- content_for :title, 'Sign in' doctype html html.bg-black head title #{yield(: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
13 entries across 13 versions & 1 rubygems