Browse Source

refactor: lint

pull/2083/head
natdeanlewissoftwire 2 years ago
parent
commit
482fd255c7
  1. 2
      app/views/schemes/download_csv.html.erb

2
app/views/schemes/download_csv.html.erb

@ -11,6 +11,6 @@
<p class="govuk-body">We'll send a secure download link to your email address <strong><%= @current_user.email %></strong>.</p> <p class="govuk-body">We'll send a secure download link to your email address <strong><%= @current_user.email %></strong>.</p>
<p class="govuk-body"><%= selected_schemes_and_locations_text(download_type, schemes) %></p> <p class="govuk-body"><%= selected_schemes_and_locations_text(download_type, schemes) %></p>
<%= govuk_button_to "Send email", post_path, method: :post, params: { search: search_term, download_type: download_type } %> <%= govuk_button_to "Send email", post_path, method: :post, params: { search: search_term, download_type: } %>
</div> </div>
</div> </div>

Loading…
Cancel
Save