diff options
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' %} |
