From f2713b75da1ee9ae10ca9a96685f8fad5542f388 Mon Sep 17 00:00:00 2001 From: Braulio Bhavamitra Date: Fri, 20 May 2016 20:55:12 -0300 Subject: [PATCH] products: fix template filename --- plugins/products/views/profile_editor/_products_profile_info_contents.html.slim | 3 +++ plugins/products/views/profile_editor/products_profile_info_contents.html.slim | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 plugins/products/views/profile_editor/_products_profile_info_contents.html.slim delete mode 100644 plugins/products/views/profile_editor/products_profile_info_contents.html.slim 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