diff options
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/admin/index.rhtml | 2 | ||||
-rw-r--r-- | app/views/admin_public_body/_form.rhtml | 2 | ||||
-rw-r--r-- | app/views/request/new_bad_contact.rhtml | 9 |
3 files changed, 11 insertions, 2 deletions
diff --git a/app/views/admin/index.rhtml b/app/views/admin/index.rhtml index ab41731c9..f5308b35a 100644 --- a/app/views/admin/index.rhtml +++ b/app/views/admin/index.rhtml @@ -20,7 +20,7 @@ <% if last_date.nil? %> <p> <% end %> - <h2><%= simple_date(event.created_at) %></h2> + <h3><%= simple_date(event.created_at) %></h3> <p> <% else %> <br> diff --git a/app/views/admin_public_body/_form.rhtml b/app/views/admin_public_body/_form.rhtml index 24322d3ea..4f1ede2cc 100644 --- a/app/views/admin_public_body/_form.rhtml +++ b/app/views/admin_public_body/_form.rhtml @@ -15,7 +15,7 @@ <%= text_field 'public_body', 'tag_string', :size => 80 %></p> -<p><label for="public_body_request_email">Request email</label><br/> +<p><label for="public_body_request_email">Request email (set to blank if an old address became bad and you can't find a new one)</label><br/> <%= text_field 'public_body', 'request_email', :size => 40 %></p> <p><label for="public_body_complaint_email">Complaint email</label><br/> diff --git a/app/views/request/new_bad_contact.rhtml b/app/views/request/new_bad_contact.rhtml new file mode 100644 index 000000000..51ca87652 --- /dev/null +++ b/app/views/request/new_bad_contact.rhtml @@ -0,0 +1,9 @@ +<% @title = "Missing contact details for '" + h(@info_request.public_body.name) + "'" %> + +<h1><%=@title%></h1> + +<p>Unfortunately, we do not have a working Freedom of Information email +address for <%=h @info_request.public_body.name %>. You may be able to find +one on their website, or by phoning them up and asking. If you mange +to find one, then please <a href="/help/contact">send it to us</a>. + |