Update ecosystem for new devise
This commit is contained in:
@@ -16,14 +16,7 @@ html lang="en"
|
||||
link href="/images/apple-touch-icon-72x72.png" rel="apple-touch-icon-precomposed" sizes="72x72"
|
||||
link href="/images/apple-touch-icon.png" rel="apple-touch-icon-precomposed"
|
||||
link href="/favicon.ico" rel="shortcut icon"
|
||||
|
||||
javascript:
|
||||
var $locale = '#{I18n.locale}';
|
||||
var supplier_id = '#{current_supplier.id}';
|
||||
var data_host = '';
|
||||
var event_host = '#{event_host}';
|
||||
var datepicker_options = {dateFormat: 'yy-mm-dd', firstDay: #{current_supplier.week_starts_on_monday? ? 1 : 0}};
|
||||
|
||||
= render 'suppliers/application/head'
|
||||
= yield :head
|
||||
|
||||
body
|
||||
|
||||
Reference in New Issue
Block a user