diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-09-29 18:07:55 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-09-29 18:07:55 -0400 |
| commit | a8548c44ac08ce2aa41102494d4c0a9ba81a4023 (patch) | |
| tree | 80a673fb7222c0aaa06efd1b459e5248cb35a1f0 /themes/okadmin/templates/resource.liquid | |
| parent | c05578b9d5cc0b69cc2a2e31cc0e36a40b09f683 (diff) | |
additional edits
Diffstat (limited to 'themes/okadmin/templates/resource.liquid')
| -rw-r--r-- | themes/okadmin/templates/resource.liquid | 6 |
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 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' %} |
