Commit d0ba0778172ea240cc02eb67d5f309ebbc354483

Thomas de Grivel 2022-02-05T11:43:17

do not share emails

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/lib/kmxgit_web/templates/user/show.html.heex b/lib/kmxgit_web/templates/user/show.html.heex
index ead47c8..9b54d9d 100644
--- a/lib/kmxgit_web/templates/user/show.html.heex
+++ b/lib/kmxgit_web/templates/user/show.html.heex
@@ -47,10 +47,6 @@
           <td><%= @user.name %></td>
         </tr>
         <tr>
-          <th><%= gettext "Email" %></th>
-          <td><%= link @user.email, to: "mailto:#{@user.email}" %></td>
-        </tr>
-        <tr>
           <th><%= gettext "Login" %></th>
           <td><%= @user.slug.slug %></td>
         </tr>