diff options
Diffstat (limited to 'themes/okadmin/templates/resource_new.liquid')
| -rw-r--r-- | themes/okadmin/templates/resource_new.liquid | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/themes/okadmin/templates/resource_new.liquid b/themes/okadmin/templates/resource_new.liquid index 1e414be..400d670 100644 --- a/themes/okadmin/templates/resource_new.liquid +++ b/themes/okadmin/templates/resource_new.liquid @@ -1,13 +1,15 @@ {% include 'partials/head' %} +<nav> + <a href="../..">Back</a> +</nav> + <section class="main resource resource-new"> - <nav> - <a href="../..">Back</a> - </nav> + <h2>NEW {{ resource.type }}</h2> <form action=".." method="POST"> <input type="hidden" name="_method" value="POST"> {% include 'partials/inputs' %} - <button type="submit">Create</button> + <label> </label><button type="submit">Create</button> <div class="clear"></div> </form> </section> |
