mysociety/alaveteli

View on GitHub
app/views/alaveteli_pro/pages/marketing_roles/campaigners/how_it_works/_embargoes.html.erb

Summary

Maintainability
Test Coverage
<div class="how-it-works__item">
  <h3><%= _('Private Requests') %></h3>

  <p>
    <%= _('Pro gives you all of the ease of {{site_name}}, without the worry ' \
          'of releasing all your work before you’re ready for the world to ' \
          'see it.',
          site_name: site_name) %>
  </p>

  <p>
    <%= _('You can choose to keep your requests private for up to a year, ' \
          'not visible to anyone but you. We’ll make sure you know when that ' \
          'time’s about to run out, and you can always extend it further if ' \
          'your campaign’s not live yet.') %>
  </p>
</div>