diff options
Diffstat (limited to 'app/views/request/_followup.rhtml')
-rw-r--r-- | app/views/request/_followup.rhtml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app/views/request/_followup.rhtml b/app/views/request/_followup.rhtml index 8266661c9..3f6f5322d 100644 --- a/app/views/request/_followup.rhtml +++ b/app/views/request/_followup.rhtml @@ -7,7 +7,7 @@ </h2> <p>Use this if the public body has asked for clarification of - your request. + your request.</p> <% form_for(:outgoing_message, @outgoing_message) do |o| %> <p> @@ -19,8 +19,10 @@ to it, will also be displayed publically on this website. </p> - <%= hidden_field_tag 'submitted_followup', 1 %> - <%= submit_tag "Send >>" %> + <p> + <%= hidden_field_tag 'submitted_followup', 1 %> + <%= submit_tag "Send >>" %> + </p> <% end %> <p> |