aboutsummaryrefslogtreecommitdiffstats
path: root/webface/templates/model_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'webface/templates/model_list.html')
-rw-r--r--webface/templates/model_list.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/webface/templates/model_list.html b/webface/templates/model_list.html
index db11bdc..4c80315 100644
--- a/webface/templates/model_list.html
+++ b/webface/templates/model_list.html
@@ -1,9 +1,9 @@
{{# partial content}}
-<h1>Example Models</h1>
+<h1>Models</h1>
<ul>
-{{#each model_slug_list slug}}
-<li><a href="/model/{{this}}/">{{ this }}</a>
+{{#each model_slug_list }}
+<li><a href="/m/{{ this[0] }}/{{ this[1] }}/">{{ this[1] }}</a>
{{/each}}
</ul>