diff options
| author | Sean Fridman <fridman@mail.sfsu.edu> | 2015-04-09 00:09:01 -0400 |
|---|---|---|
| committer | Sean Fridman <fridman@mail.sfsu.edu> | 2015-04-09 00:09:01 -0400 |
| commit | 9578d5d394ddb66dc4f2fd5ea2aaf66fa76ec270 (patch) | |
| tree | 79859ab0d129426fa19c26e68878ee85892b532b /themes | |
| parent | 62ee0595346e5254c10083e43346be40dbb96d70 (diff) | |
Fix admin resource edit template data format
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' %} |
