coke
Version:
A full stack MVC framework that speeds up your web development.
14 lines (12 loc) • 479 B
HTML
it.styles.push( 'scaffold' )
it.title = 'Editing SDASH'
it.nav_selected = 'DASH'
<form action="/VIEW_PATH/ it.SINGULAR._id " method="POST" accept-charset="UTF-8" >
<input type="hidden" name="_method" value="put" />
<div id="table">
it.partial( '/VIEW_PATH/_form' )
</div>
<input class="submit-link" type="submit" value="Update SDASH" /> |
<a href="/VIEW_PATH/ it.SINGULAR._id ">Show</a> |
<a href="/VIEW_PATH">Back</a>
</form>