diff options
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/okadmin/templates/resource.liquid | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/okadmin/templates/resource.liquid b/themes/okadmin/templates/resource.liquid index 49ccc7c..c0d348d 100644 --- a/themes/okadmin/templates/resource.liquid +++ b/themes/okadmin/templates/resource.liquid @@ -7,7 +7,7 @@ </nav> <section class="resource main"> - <h2>EDIT {{ resource.type }} '{{ resource.spec.title.id }}'</h2> + <h2>EDIT {{ resource.type }} '{{ resource.id }}'</h2> <form action="." method="POST"> <input type="hidden" name="_method" value="PUT"> {% include 'partials/inputs' %} |
