Files
nairobi/app/views/verification/letter/show.html.erb
Javi Martín 231a7aa8ee Remove unused code to track events
We forgot to remove it in commit f28a5cc49.

The generated HTML was invalid, with the error:

> Element meta is missing one or more of the following attributes:
> content, property.
2021-12-30 17:05:07 +01:00

15 lines
410 B
Plaintext

<div class="row">
<div class="small-12 column">
<%= back_link_to account_path, t("verification.back") %>
<h1><%= t("verification.letter.edit.title") %></h1>
<div data-alert class="callout success">
<%= sanitize(t("verification.letter.create.flash.success")) %>
</div>
<%= link_to t("verification.letter.edit.see_all"), proposals_path, class: "button warning" %>
</div>
</div>