aboutsummaryrefslogtreecommitdiff
path: root/shardweb/lib/shard_web/templates/page
diff options
context:
space:
mode:
Diffstat (limited to 'shardweb/lib/shard_web/templates/page')
-rw-r--r--shardweb/lib/shard_web/templates/page/index.html.eex2
1 files changed, 1 insertions, 1 deletions
diff --git a/shardweb/lib/shard_web/templates/page/index.html.eex b/shardweb/lib/shard_web/templates/page/index.html.eex
index 44a8aa0..7f4452f 100644
--- a/shardweb/lib/shard_web/templates/page/index.html.eex
+++ b/shardweb/lib/shard_web/templates/page/index.html.eex
@@ -11,7 +11,7 @@
<td>
<%= case auth do %>
<% nil -> %>(anonymous)
- <% %SNet.Auth{his_pk: his_pk} -> %> <%= his_pk %>
+ <% %SNet.Auth{his_pk: his_pk} -> %> <%= Shard.Keys.pk_display(his_pk) %>
<% end %>
</td>
<td><%= :inet_parse.ntoa(ip) %></td>