summaryrefslogtreecommitdiff
path: root/themes/okadmin/templates/index.liquid
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-04-13 16:46:04 -0400
committerJules Laplace <jules@okfoc.us>2015-04-13 16:46:04 -0400
commit3e255208a9776ad377f3b62d79d982138e89539a (patch)
tree45ed64ad10ea19eabf1a57b8a8b4d42ee6111e13 /themes/okadmin/templates/index.liquid
parente791ea8b3d6855b62962e4c89ad2c9f86126daf1 (diff)
parentc702d76549ead663daed0147f5c160c368a61c45 (diff)
Merge branch 'twohustlers' of github.com:okfocus/okcms into twohustlers
Diffstat (limited to 'themes/okadmin/templates/index.liquid')
-rw-r--r--themes/okadmin/templates/index.liquid4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/okadmin/templates/index.liquid b/themes/okadmin/templates/index.liquid
index 10903b9..330ed89 100644
--- a/themes/okadmin/templates/index.liquid
+++ b/themes/okadmin/templates/index.liquid
@@ -8,7 +8,7 @@
{% assign resource = pair[1] %}
<section class="resource-category {{name}}">
- <form action="{{resource.type}}/__batch/" method="POST">
+ <form action="{{resource.type}}/__batch__/" method="POST">
<header>
<h2>{{name | capitalize}}</h2>
</header>
@@ -27,7 +27,7 @@
<button type="submit"
class="btn save-btn" href="#">save</button>
<a class="btn edit-btn active" href="#">sort</a>
- <a class="btn add-btn active" href="{{resource.type}}/new/">+</a>
+ <a class="btn add-btn active" href="{{resource.type}}/__new__/">+</a>
</nav>
</footer>
</form>