diff --git a/app/views/anonymous_feedback/explore/new.html.erb b/app/views/anonymous_feedback/explore/new.html.erb index 4297e60f8..a86442cc5 100644 --- a/app/views/anonymous_feedback/explore/new.html.erb +++ b/app/views/anonymous_feedback/explore/new.html.erb @@ -1,33 +1,21 @@ <%= content_for :page_title, "Anonymous Feedback" %> -<%= content_for :header, "GOV.UK Anonymous Feedback" %> +<%= content_for :header, "Feedback" %> <% breadcrumb :feedex %>
-
-
-
-

- Feedback on a URL or path -

-
-
- <%= semantic_form_for @explore_by_url, url: { action: "create" } do |f| %> - <%= f.input :url, label: "URL", required: true, input_html: { class: "input-md-6", :"aria-required" => true, type: "url"} %> -

eg /vat-rates or https://www.gov.uk/bank-holidays

-
- <%= f.action :submit, label: "Explore", button_html: { class: "btn btn-success" } %> - <% end %> -
-
-
-
-
- Users submit this feedback: -
    -
  • via the Is there anything wrong with this page? forms at the bottom of GOV.UK pages.
  • -
  • by filling out the satisfaction survey upon completion of a transaction that started on GOV.UK.
  • -
-
+

+ At the bottom of every page on GOV.UK we ask, “is there anything wrong with this page?”. Users can leave comments on what they were doing and what went wrong. Feedback is anonymous and we’ve not removed spam. +

+
+ +
+
+

By URL

+ <%= semantic_form_for @explore_by_url, url: { action: "create" }, html: {class: 'well'} do |f| %> + <%= f.input :url, label: "URL", required: true, input_html: { class: "input-md-7", :"aria-required" => true, type: "url"} %> +

eg /vat-rates or https://www.gov.uk/bank-holidays

+ <%= f.action :submit, label: "Explore", button_html: { class: "btn btn-success" } %> + <% end %>