<%= t :'unsubscribed.description' %>
<%= t :'unsubscribed.oops' %>
<%= form_tag(email_resubscribe_path(key: params[:key])) do %> <%= submit_tag t(:'resubscribe.action'), class: 'btn btn-danger' %> <% end %> <%- else %><%= t :'unsubscribed.different_user_description' %>
<%- end %> <%- if @not_found %><%= t :'unsubscribed.not_found_description' %>
<%- end %><%=raw(t :'unsubscribed.preferences_link') %>
<%- end %>