Sha256: 24186d2e37d64d06766aeb4f2802bddac2c3578d58f01cfecdac238042cf8895
Contents?: true
Size: 1.34 KB
Versions: 2
Compression:
Stored size: 1.34 KB
Contents
.form-group .control-label.col-sm-2 = form.label('Contact type') .col-sm-10 = form.select('contact_type', options_for_select(['baggage_tracking', 'bill_payment', 'billing_support', 'credit_card_support', 'customer_support', 'emergency', 'package_tracking', 'reservations', 'roadside_assistance', 'technical_support', 'sales']), {prompt: 'Please select', class: 'form-control form-control'}) .form-group .control-label.col-sm-2 = form.label('Telephone') .col-sm-10 = form.telephone_field(:telephone, placeholder: '+49-401-555-1212', class: 'form-control') .form-group .control-label.col-sm-2 = form.label('Contact url') .col-sm-10 = form.url_field(:contact_url, placeholder: 'https://domain/contact', class: 'form-control') .form-group .control-label.col-sm-2 = form.label('Area served') .col-sm-10 = form.select('area_served', options_for_select(CountryCodes.all_country_codes), {prompt: 'Please use command or ctrl/strl to add:'}, {multiple: true, class: 'form-control'}) .form-group .control-label.col-sm-2 = form.label('Available language') .col-sm-10 = form.select('available_language', options_for_select([['German','German'],['English','English'],['French','French'],['Spanish','Spanish'],['Dutch','Dutch']]), {prompt: 'Please use command or ctrl/strl to add:'}, {multiple: true, class: 'form-control'})
Version data entries
2 entries across 2 versions & 1 rubygems