diff options
| author | Sean Fridman <fridman@mail.sfsu.edu> | 2015-04-13 13:51:02 -0400 |
|---|---|---|
| committer | Sean Fridman <fridman@mail.sfsu.edu> | 2015-04-13 13:51:02 -0400 |
| commit | ebb17679c64723dc1378079f9da0697673b21f5d (patch) | |
| tree | 3a651d51e9f19c6d7ae2c090533ef31ed3879351 /themes | |
| parent | 443237393f34532c205cfd4e0d566c90ff4436d7 (diff) | |
Namespace special admin endpoints
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/okadmin/templates/index.liquid | 4 |
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> |
