[refs #130] Add ssl to html5 script into sessions layout

This commit is contained in:
konstantin.grabar 2012-04-02 15:26:00 +04:00
parent 23cdfa102c
commit b36e0c284f
1 changed files with 1 additions and 1 deletions

View File

@ -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 => '-'