| <%= yield %> |
|
<% if @user.twitter_username.blank? %>
Reminder: You used GitHub to authenticate your account, so use that to sign in if prompted.
<% else %>
Reminder: You used Twitter to authenticate your account, so use that to sign in if prompted.
<% end %>
<%if @unsubscribe %>
<%= link_to "Unsubscribe", email_subscriptions_unsubscribe_url(ut: @unsubscribe), style:"color:#7d7d7d" %> | Adjust your email settings
<% else %>
Don't want to get emails like this? Adjust your email settings at dev.to/settings/notifications
<% end %>
|