Skip to content

Commit 5b77efd

Browse files
committed
fixed deletion confirmation layout (missing </li> tag)
1 parent 3b5d5f2 commit 5b77efd

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

app/views/user_mailer/deletion_confirmation.html.erb

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
1-
<p class="has-font-size-caption"><em>
2-
You are receiving this email because you have <%= user_link @user, { host: @host }, anchortext: 'an account' %> on the
3-
<%= t('platform.network_name') %> network.
4-
</em></p>
1+
<p class="has-font-size-caption">
2+
<em>
3+
You are receiving this email because you have <%= user_link @user, { host: @host }, anchortext: 'an account' %> on the
4+
<%= t('platform.network_name') %> network.
5+
</em>
6+
</p>
57

68
<h1 class="has-font-size-heading has-color-red">Your Codidact account has been deleted</h1>
79

810
<p>
911
This email is to confirm that your request to delete your account has been received, and the deletion is being
1012
processed. This means:
1113
</p>
14+
1215
<ul>
13-
<li>Your profiles are being deleted on <strong>every community</strong> in the network.
16+
<li>Your profiles are being deleted on <strong>every community</strong> in the network.</li>
1417
<li>Your user account is being deleted and anonymized.</li>
1518
<li>
1619
The content of your posts and comments will remain, under the licenses you set for them. Your username will no

0 commit comments

Comments
 (0)