[refs #130] Add ssl to html5 script into sessions layout
This commit is contained in:
parent
23cdfa102c
commit
b36e0c284f
|
@ -7,7 +7,7 @@
|
|||
- elsif ['registrations', 'passwords'].include?(controller_name) && ['new', 'create', 'edit', 'update'].include?(action_name)
|
||||
= stylesheet_link_tag "reg_session"
|
||||
/[if lt IE 9]
|
||||
= javascript_include_tag 'http://html5shiv.googlecode.com/svn/trunk/html5.js'
|
||||
= javascript_include_tag 'https://html5shiv.googlecode.com/svn/trunk/html5.js'
|
||||
= javascript_include_tag "login"
|
||||
= csrf_meta_tag
|
||||
= display_meta_tags :site => APP_CONFIG['project_name'], :reverse => true, :separator => '-'
|
||||
|
|
Loading…
Reference in New Issue