diff options
| author | Sean Fridman <fridman@mail.sfsu.edu> | 2015-04-08 19:55:34 -0400 |
|---|---|---|
| committer | Sean Fridman <fridman@mail.sfsu.edu> | 2015-04-08 19:55:34 -0400 |
| commit | 32f87fcb58466e0e311349f96751c18e2a2cd7ea (patch) | |
| tree | 9b8c5e37821e147048e5d1ddbe5435af47716949 /themes/okadmin/templates/resource_new.liquid | |
| parent | 51296eb133599d98dd05d04399898c42b1662ab5 (diff) | |
Administrate!
Diffstat (limited to 'themes/okadmin/templates/resource_new.liquid')
| -rw-r--r-- | themes/okadmin/templates/resource_new.liquid | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/themes/okadmin/templates/resource_new.liquid b/themes/okadmin/templates/resource_new.liquid new file mode 100644 index 0000000..1e414be --- /dev/null +++ b/themes/okadmin/templates/resource_new.liquid @@ -0,0 +1,15 @@ +{% include 'partials/head' %} + +<section class="main resource resource-new"> + <nav> + <a href="../..">Back</a> + </nav> + <form action=".." method="POST"> + <input type="hidden" name="_method" value="POST"> + {% include 'partials/inputs' %} + <button type="submit">Create</button> + <div class="clear"></div> + </form> +</section> + +{% include 'partials/tail' %} |
