mysociety/alaveteli

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

Summary

Maintainability
Test Coverage
<%= _('There are {{count}} new annotations on your {{law_used_short}} ' \
      'request. Follow this link to see what they wrote.',
      count: @count,
      law_used_short: @info_request.legislation.to_s.html_safe) %>

<%=@url%>

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