summaryrefslogtreecommitdiff
path: root/themes/okadmin/templates/resource.liquid
diff options
context:
space:
mode:
Diffstat (limited to 'themes/okadmin/templates/resource.liquid')
-rw-r--r--themes/okadmin/templates/resource.liquid10
1 files changed, 6 insertions, 4 deletions
diff --git a/themes/okadmin/templates/resource.liquid b/themes/okadmin/templates/resource.liquid
index 9c1b71c..2a6d2ce 100644
--- a/themes/okadmin/templates/resource.liquid
+++ b/themes/okadmin/templates/resource.liquid
@@ -1,13 +1,15 @@
{% include 'partials/head' %}
+<nav>
+ <a href="../..">Back</a>
+</nav>
+
<section class="resource main">
- <nav>
- <a href="../..">Back</a>
- </nav>
+ <h2>EDIT {{ resource.type }} {{ resource.spec.title.id }}</h2>
<form action="." method="POST">
<input type="hidden" name="_method" value="PUT">
{% include 'partials/inputs' %}
- <button type="submit">Save</button>
+ <label>&nbsp;</label><button type="submit">Save</button>
<div class="clear"></div>
</form>
</section>