Commit 3ae5d061d93c01e11765cf78fe21a508587480f0

Thomas de Grivel 2022-02-05T11:44:38

remove unused html

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/lib/kmxgit_web/templates/user/show.html.heex b/lib/kmxgit_web/templates/user/show.html.heex
index 9b54d9d..ccc746b 100644
--- a/lib/kmxgit_web/templates/user/show.html.heex
+++ b/lib/kmxgit_web/templates/user/show.html.heex
@@ -51,11 +51,6 @@
           <td><%= @user.slug.slug %></td>
         </tr>
         <tr>
-          <th><%= gettext "Description" %></th>
-          <td>
-          </td>
-        </tr>
-        <tr>
           <th><%= gettext "Deploy only" %></th>
           <td><%= @user.deploy_only %></td>
         </tr>