mysociety/alaveteli

View on GitHub
app/views/request_mailer/not_clarified_alert.text.erb

Summary

Maintainability
Test Coverage
<%= _('{{public_body}} has asked you to explain part of your ' \
      '{{law_used_short}} request.',
      public_body: @info_request.public_body.name.html_safe,
      law_used_short: @info_request.legislation.to_s.html_safe ) %>

<%= _('To do this, first click on the link below.') %>

<%=@url%>

<%= _('You will only get an answer to your request if you follow up ' \
      'with the clarification.') %>

-- <%= _('the {{site_name}} team', :site_name => site_name.html_safe) %>