summaryrefslogtreecommitdiff
path: root/themes/okadmin/templates/resource.liquid
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-09-29 18:07:55 -0400
committerJules Laplace <jules@okfoc.us>2016-09-29 18:07:55 -0400
commita8548c44ac08ce2aa41102494d4c0a9ba81a4023 (patch)
tree80a673fb7222c0aaa06efd1b459e5248cb35a1f0 /themes/okadmin/templates/resource.liquid
parentc05578b9d5cc0b69cc2a2e31cc0e36a40b09f683 (diff)
additional edits
Diffstat (limited to 'themes/okadmin/templates/resource.liquid')
-rw-r--r--themes/okadmin/templates/resource.liquid6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/okadmin/templates/resource.liquid b/themes/okadmin/templates/resource.liquid
index 6af08b9..f7552ef 100644
--- a/themes/okadmin/templates/resource.liquid
+++ b/themes/okadmin/templates/resource.liquid
@@ -3,13 +3,13 @@
{% include 'partials/flash' %}
<nav class="resource-nav">
- <a href="../.." class="btn">Back</a><br>
+ <a href="../.." class="btn">back</a><br>
<br>
- <a href="/admin/{{ resource.type }}/__new__/" class="btn">ADD ANOTHER</a>
+ <a href="/admin/{{ resource.type }}/__new__/" class="btn">add&nbsp;another</a>
</nav>
<section class="resource main" data-type="{{ resource.type }}" data-id="{{ resource.id }}">
- <h2>EDIT {{ resource.type }} '{{ resource.spec.title.value }}'</h2>
+ <h2>Edit {{ resource.type }} '{{ resource.spec.title.value }}'</h2>
<form action="." method="POST" id="resource_form">
<input type="hidden" name="_method" value="PUT">
{% include 'partials/inputs' %}