Skip to content

Commit

Permalink
Update request/new template
Browse files Browse the repository at this point in the history
  • Loading branch information
lizconlan committed Dec 12, 2016
1 parent 38a29e6 commit 4e61d38
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions lib/views/request/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
</div>
<% else %>
<p id="to_public_body" class="to_public_body">
<span class="to_public_body_label">To:</span>
<span class="to_public_body_label"><%= _('To:') %></span>
<%= h(@info_request.public_body.name) %>
</p>
<% end %>
Expand Down Expand Up @@ -166,7 +166,7 @@
</p>
<% end %>

<% if !@user %>
<% unless @user %>
<p>
<%= raw(_('Everything that you enter on this page, including ' \
'<strong>your name</strong>, will be <strong>displayed ' \
Expand All @@ -175,17 +175,24 @@
:url => (help_privacy_path+"#public_request").html_safe)) %>.
</p>
<p>
<%= raw(_('<a href="{{url}}">Thinking of using a pseudonym?</a>', :url => (help_privacy_path+"#real_name").html_safe)) %>
<%= raw(_('<a href="{{url}}">Thinking of using a pseudonym?</a>',
:url => help_privacy_path(:anchor => "real_name").html_safe)) %>
</p>
<% else %>
<p>
<%= raw(_('Everything that you enter on this page will be <strong>' \
'displayed publicly</strong> on this website forever ' \
'(<a href="{{url}}">why?</a>).',
:url => (help_privacy_path+"#public_request").html_safe)) %>
:url => help_privacy_path(:anchor => "public_request").html_safe)) %>
</p>
<% end %>

<p>
<%= raw(_("<strong>Can I request information about myself?</strong> " \
"<a href=\"{{url}}\">No!</a>",
:url => help_requesting_path(:anchor => "data_protection").html_safe)) %>
</p>

<p class="form_note">
<%= _("Remember: your request and any response will be published on the site!") %>
</p>
Expand Down

0 comments on commit 4e61d38

Please sign in to comment.