summaryrefslogtreecommitdiff
path: root/themes/okadmin/templates/index.liquid
diff options
context:
space:
mode:
Diffstat (limited to 'themes/okadmin/templates/index.liquid')
-rw-r--r--themes/okadmin/templates/index.liquid2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/okadmin/templates/index.liquid b/themes/okadmin/templates/index.liquid
index 330ed89..d25100f 100644
--- a/themes/okadmin/templates/index.liquid
+++ b/themes/okadmin/templates/index.liquid
@@ -16,7 +16,7 @@
<ol class="resource-list">
{% for data in resource.data %}
<li>
- <a href="{{resource.type}}/{{data.id}}/">{{data.id}}</a>
+ <a href="{{resource.type}}/{{data.id}}/">{{data.title}}</a>
<input class="resource-input" type="hidden" name="{{resource.type}}[{{forloop.index0}}]" value='{{data | stringify}}'>
</li>
{% endfor %}