Commit 90baef830e2c3664a7ac2ab46b05eb24e777896a

Thomas de Grivel 2021-12-13T15:05:52

Deploy keys (read-only)

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/lib/kmxgit_web/templates/admin/repository/show.html.heex b/lib/kmxgit_web/templates/admin/repository/show.html.heex
index d1f7622..eebb3a6 100644
--- a/lib/kmxgit_web/templates/admin/repository/show.html.heex
+++ b/lib/kmxgit_web/templates/admin/repository/show.html.heex
@@ -64,7 +64,7 @@
       </td>
     </tr>
     <tr>
-      <th><%= gettext "Deploy keys" %></th>
+      <th><%= gettext "Deploy keys (read-only)" %></th>
       <td><pre class="admin_ssh_keys"><%= @repo.deploy_keys %></pre></td>
     </tr>
   </table>