aboutsummaryrefslogtreecommitdiff
path: root/shardweb/lib/templates/page/shard_list.html.eex
diff options
context:
space:
mode:
Diffstat (limited to 'shardweb/lib/templates/page/shard_list.html.eex')
-rw-r--r--shardweb/lib/templates/page/shard_list.html.eex2
1 files changed, 1 insertions, 1 deletions
diff --git a/shardweb/lib/templates/page/shard_list.html.eex b/shardweb/lib/templates/page/shard_list.html.eex
index 53f6264..dd846d8 100644
--- a/shardweb/lib/templates/page/shard_list.html.eex
+++ b/shardweb/lib/templates/page/shard_list.html.eex
@@ -35,7 +35,7 @@
<% end %>
</td>
<td>
- <%= render "shard_entry.html", conn: @conn, manifest: manifest %>
+ <%= render "shard_entry.html", conn: @conn, manifest: manifest, pk: @pk %>
</td>
<td><small><%= id |> Base.encode16 %></small></td>
</tr>