mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: show user email when unsubscribing
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
<%- else %>
|
||||
<br/>
|
||||
<h2><%= t 'unsubscribe.title'%></h2>
|
||||
<div><%= t('unsubscribe.email_description', email: @user.email).html_safe %></div>
|
||||
<br/>
|
||||
<%= form_tag(email_perform_unsubscribe_path(key: params[:key])) do %>
|
||||
<%if @topic %>
|
||||
|
||||
Reference in New Issue
Block a user