diff --git a/plugins/products/views/profile_editor/_products_profile_info_contents.html.slim b/plugins/products/views/profile_editor/_products_profile_info_contents.html.slim new file mode 100644 index 0000000..890531e --- /dev/null +++ b/plugins/products/views/profile_editor/_products_profile_info_contents.html.slim @@ -0,0 +1,3 @@ +- if profile.enterprise? + h2= _('Products/Services catalog') + = labelled_form_field(_('Number of products/services displayed per page on catalog'), text_field(:profile_data, :products_per_catalog_page, size: 3)) diff --git a/plugins/products/views/profile_editor/products_profile_info_contents.html.slim b/plugins/products/views/profile_editor/products_profile_info_contents.html.slim deleted file mode 100644 index 890531e..0000000 --- a/plugins/products/views/profile_editor/products_profile_info_contents.html.slim +++ /dev/null @@ -1,3 +0,0 @@ -- if profile.enterprise? - h2= _('Products/Services catalog') - = labelled_form_field(_('Number of products/services displayed per page on catalog'), text_field(:profile_data, :products_per_catalog_page, size: 3)) -- libgit2 0.21.2