aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2018-11-02 14:10:29 +0100
committerAlex Auvolat <alex@adnab.me>2018-11-02 14:10:29 +0100
commit353769402b6fd2ca4ea1807c2733e161a768f85e (patch)
treecbeeda67215e2b2322125f44a232f3426c221561
parent94b1f6b0ae387b7fcb0714a4c6e213212097a100 (diff)
downloadshard-353769402b6fd2ca4ea1807c2733e161a768f85e.tar.gz
shard-353769402b6fd2ca4ea1807c2733e161a768f85e.zip
fix
-rw-r--r--shardweb/lib/templates/directory/view.html.eex2
1 files changed, 1 insertions, 1 deletions
diff --git a/shardweb/lib/templates/directory/view.html.eex b/shardweb/lib/templates/directory/view.html.eex
index b4cbfaf..2d185eb 100644
--- a/shardweb/lib/templates/directory/view.html.eex
+++ b/shardweb/lib/templates/directory/view.html.eex
@@ -49,7 +49,7 @@
<strong><%= name %></strong>
</td>
<td>
- <%= render ShardWeb.PageView, "shard_entry.html", conn: @conn, manifest: manifest %>
+ <%= render ShardWeb.PageView, "shard_entry.html", conn: @conn, manifest: manifest, pk: @pk %>
</td>
<td>
<%= form_for @conn, directory_path(@conn, :dir_rm), [class: "form-inline", style: "display: inline"], fn f -> %>