Skip to content

Commit

Permalink
Rectify styling issue with volunteer form rendered as part of unstruc…
Browse files Browse the repository at this point in the history
…tured list.

Add similar structure to generic contact form render.
Fixes mysociety#1276
  • Loading branch information
mdeuk committed Jul 14, 2022
1 parent 7584d25 commit 42680c9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions lib/views/help/contact.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@
<ul>
<li>
Directly contact the team that run WhatDoTheyKnow:

</li>
<li style="list-style-type:none;">
<%= foi_error_messages_for :contact %>

<%= render :partial => "help/contact_form",
Expand Down Expand Up @@ -108,7 +109,7 @@
involves, see
<%= link_to _("our get involved page"), help_volunteers_path %>.
</li>
<li>
<li style="list-style-type:none;">
<%= foi_error_messages_for :contact %>

<%= render :partial => "help/contact_volunteer_form",
Expand Down Expand Up @@ -143,7 +144,8 @@
If your issue isn’t covered by our help pages, you can
directly contact the team that run WhatDoTheyKnow:
<% end %>

</li>
<li style="list-style-type:none;">
<%= foi_error_messages_for :contact %>

<%= render :partial => "help/contact_form",
Expand Down

0 comments on commit 42680c9

Please sign in to comment.