summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorSean Fridman <fridman@mail.sfsu.edu>2015-04-09 00:09:01 -0400
committerSean Fridman <fridman@mail.sfsu.edu>2015-04-09 00:09:01 -0400
commit9578d5d394ddb66dc4f2fd5ea2aaf66fa76ec270 (patch)
tree79859ab0d129426fa19c26e68878ee85892b532b /themes
parent62ee0595346e5254c10083e43346be40dbb96d70 (diff)
Fix admin resource edit template data format
Diffstat (limited to 'themes')
-rw-r--r--themes/okadmin/templates/resource.liquid2
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' %}