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.
15 lines
410 B
Plaintext
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>
|