diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-04-13 18:50:25 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-04-13 18:50:25 -0400 |
| commit | dee6b3e3fd32b6b002a465e5723d51860e763b20 (patch) | |
| tree | a69cbbe85e01a30b9a55393381a3dc3f4ea5b37c /themes/okadmin/templates/index.liquid | |
| parent | 5444d4919402c36d193943e640d23c19ed406d4a (diff) | |
slugify id from title, patch static special cases for now
Diffstat (limited to 'themes/okadmin/templates/index.liquid')
| -rw-r--r-- | themes/okadmin/templates/index.liquid | 2 |
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 %} |
