grunt-doctrine
Version:
Grunt plugin to convert doctrine xml annotations into backbone models and collections. Useful in conjunction with doctrine apigility. Includes option to scaffold an entire BBB application
39 lines (30 loc) • 400 B
HTML
<h1>Client</h1>
<a class="btn btn-default" href="#/client/create">Create</a>
<table class="table table-striped">
<thead>
<th>
First Name
</th>
<th>
Last Name
</th>
<th>
Organization
</th>
<th>
Email
</th>
<th>
Vat Name
</th>
<th>
Vat Number
</th>
<th>
</th>
<th>
</th>
</thead>
<tbody class="Client-body">
</tbody>
</table>