app/views/spina/admin/accounts/analytics.html.haml in spina-1.2.0 vs app/views/spina/admin/accounts/analytics.html.haml in spina-2.0.0.alpha

- old
+ new

@@ -5,22 +5,24 @@ #header_actions %button.button.button-primary{type: 'submit'} = icon('check') = t('spina.preferences.analytics_save') - .well + %div{style: "margin-top: 40px"} .horizontal-form .horizontal-form-group .horizontal-form-label = Spina::Account.human_attribute_name(:robots_allowed) .horizontal-form-content = f.check_box :robots_allowed, data: {switch: true} .horizontal-form-group .horizontal-form-label = Spina::Account.human_attribute_name(:google_analytics) .horizontal-form-content - = f.text_field :google_analytics, placeholder: Spina::Account.human_attribute_name(:google_analytics) + .page-form-control + = f.text_field :google_analytics, placeholder: Spina::Account.human_attribute_name(:google_analytics) .horizontal-form-group .horizontal-form-label = Spina::Account.human_attribute_name(:google_site_verification) .horizontal-form-content - = f.text_field :google_site_verification, placeholder: Spina::Account.human_attribute_name(:google_site_verification) + .page-form-control + = f.text_field :google_site_verification, placeholder: Spina::Account.human_attribute_name(:google_site_verification)