summaryrefslogtreecommitdiff
path: root/themes/okadmin/templates/resource.liquid
blob: 9c1b71c7da2c6ca4e96d384d2f63b5ee0907a732 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{% include 'partials/head' %}

<section class="resource main">
  <nav>
    <a href="../..">Back</a>
  </nav>
  <form action="." method="POST">
    <input type="hidden" name="_method" value="PUT">
    {% include 'partials/inputs' %}
    <button type="submit">Save</button>
    <div class="clear"></div>
  </form>
</section>

{% include 'partials/tail' %}