diff options
Diffstat (limited to 'app/views/calendars')
| -rw-r--r-- | app/views/calendars/_form.html.slim | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/app/views/calendars/_form.html.slim b/app/views/calendars/_form.html.slim index 9aed9f7d8..3c152c61d 100644 --- a/app/views/calendars/_form.html.slim +++ b/app/views/calendars/_form.html.slim @@ -6,8 +6,8 @@        - if policy(@calendar).share?          .form-group.has_switch -          = f.label :shared, class: 'col-sm-4 control-label' -          = f.input :shared, as: :boolean, checked_value: true, unchecked_value: false, label: content_tag(:span, t("#{@calendar.shared}"), class: 'switch-label', data: {checkedValue: t('true'), uncheckedValue: t('false')}), wrapper_html: { class: 'col-sm-8'} +          = f.label :shared, class: 'col-sm-4 col-xs-5 control-label' +          = f.input :shared, as: :boolean, checked_value: true, unchecked_value: false, label: content_tag(:span, t("#{@calendar.shared}"), class: 'switch-label', data: {checkedValue: t('true'), uncheckedValue: t('false')}), wrapper_html: { class: 'col-sm-8 col-xs-7'}    .separator | 
