Skip to content

Commit 8e11d35

Browse files
committed
Also show display name in the settings alias table
To avoid confusion why some email addresses appear multiple times
1 parent 800e5e1 commit 8e11d35

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/views/settings/accounts/show.html.slim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,15 @@
4040
table.email-table
4141
thead
4242
tr
43+
th Name
4344
th Email
4445
th Verified
4546
th Primary
4647
th Actions
4748
tbody
4849
- @aliases.each do |al|
4950
tr class=(al.mention_only? ? 'mention-only-alias' : '')
51+
td = al.name
5052
td
5153
= al.email
5254
- if al.mention_only?

0 commit comments

Comments
 (0)