diff --git a/app/views/admin/enterprises/_form.html.haml b/app/views/admin/enterprises/_form.html.haml index 71299c57ba..ff2a7fd660 100644 --- a/app/views/admin/enterprises/_form.html.haml +++ b/app/views/admin/enterprises/_form.html.haml @@ -1,6 +1,3 @@ -- content_for :head do - = render 'shared/cms_elrte_head' - - content_for :page_actions do %li= button_link_to "Back to enterprises list", main_app.admin_enterprises_path, icon: 'icon-arrow-left' @@ -183,20 +180,13 @@ .row .alpha.three.columns = f.label :long_description, 'About Us' - %br - Tell us about yourself. This information appears on your public profile (under "About Us") .omega.eight.columns - = f.text_area :long_description, class: 'rich_text', placeholder: 'Tell us about yourself. This information appears on your public profile (under "About Us")' + = f.text_area :long_description, rows: 6, placeholder: 'Tell us about yourself. This information appears on your public profile (under "About Us")', class: 'fullwidth' .row .alpha.three.columns = f.label :distributor_info, 'How does your hub work?' - %br - %em (Hub only) - %br - Explain your distribution offer/s - this information appears on your public profile (under "How does it work?") .omega.eight.columns - = f.text_area :distributor_info, class: 'rich_text', placeholder: 'Hub only: Explain your distribution offer/s - this is more detailed information that the user can access by clicking on "How does it work?"' - / TODO: editor breaks scrolling with arrow keys + = f.text_area :distributor_info, rows: 6, placeholder: 'Hub only: Explain your distribution offer/s - this is more detailed information that the user can access by clicking on "How does it work?"', class: 'fullwidth' %fieldset.eleven.columns.alpha.no-border-bottom %legend IMAGES .row