diff --git a/app/views/admin/enterprises/_change_type_form.html.haml b/app/views/admin/enterprises/_change_type_form.html.haml index dd86311a9b..ac5ca55821 100644 --- a/app/views/admin/enterprises/_change_type_form.html.haml +++ b/app/views/admin/enterprises/_change_type_form.html.haml @@ -50,7 +50,9 @@ -# At the end of your trial, there is a one-off $200 fee to fully activate your account. Then you will be billed for 2% of your actual transactions, capped at $50 a month (so if you don’t sell anything you don’t pay anything, but you never pay more than $50 a month). - else - .shop_profile.option.one-third.column.alpha + .two.columns.alpha +   + .shop_profile.option.six.columns %a.full-width.button.selector{ ng: { click: "sells='none'", class: "{selected: sells=='none'}" } } .top %h3 Profile Only @@ -59,17 +61,17 @@ %p.description People can find and contact you on the Open Food Network. Your enterprise will be visible on the map, and will be searchable in listings. - .full_hub.option.one-third.column + .full_hub.option.six.columns %a.full-width.button.selector{ ng: { click: "sells='any'", class: "{selected: sells=='any'}" } } .top %h3 Hub Shop %p Sell produce from others .bottom %monthly-pricing-description{ joiner: "newline" } - %p.description Your enterprise is the backbone of your local food system. You aggregate produce from other enterprises and can sell it through your shop on the Open Food Network. - + .two.columns.omega +   .row .sixteen.columns.alpha diff --git a/app/views/admin/shared/_user_guide_link.html.haml b/app/views/admin/shared/_user_guide_link.html.haml index bfae6002e7..6081422aba 100644 --- a/app/views/admin/shared/_user_guide_link.html.haml +++ b/app/views/admin/shared/_user_guide_link.html.haml @@ -1 +1 @@ -= button_link_to "User Guide", "http://www.openfoodnetwork.org/platform/user-guide/", :icon => 'icon-external-link', :id => 'user_guide_link', target: '_blank' += button_link_to "User Guide", "http://www.openfoodnetwork.org/platform/user-guide/", :icon => 'icon-external-link', target: '_blank' diff --git a/app/views/spree/admin/overview/single_enterprise_dashboard.html.haml b/app/views/spree/admin/overview/single_enterprise_dashboard.html.haml index 6073d6dae2..76377f32e2 100644 --- a/app/views/spree/admin/overview/single_enterprise_dashboard.html.haml +++ b/app/views/spree/admin/overview/single_enterprise_dashboard.html.haml @@ -1,11 +1,11 @@ - content_for :page_title do - %h1 - = @enterprise.name - %span.small< - = "(#{enterprise_type_name(@enterprise)})" + = @enterprise.name + %span.small< + = "(#{enterprise_type_name(@enterprise)})" - content_for :page_actions do - = render 'admin/shared/user_guide_link' + %li#user_guide_link + = render 'admin/shared/user_guide_link' :javascript function toggleType(){ @@ -17,7 +17,7 @@ } $("#package_selection").slideToggle() } - #package_button + %li#package_button %button#toggle_type{ onClick: 'toggleType()' } = t "change_package" %i.icon-chevron-down