Create and edit characteristics

This commit is contained in:
Matthew Dillon 2015-09-08 10:37:48 -07:00
parent fb296340c3
commit de8ac653f6
14 changed files with 180 additions and 1 deletions

View file

@ -7,12 +7,18 @@
{{! ROW 1 }}
<div class="grid-2 gutter-20">
<dl class="span-2">
<dl class="span-1">
<dt>Characteristic Type</dt>
<dd>
{{model.characteristicTypeName}}
</dd>
</dl>
<dl class="span-1">
<dt>Sort Order</dt>
<dd>
{{model.sortOrder}}
</dd>
</dl>
</div>
{{! ROW 2 }}
@ -43,3 +49,9 @@
</fieldset>
</div>
</div>
{{#if model.canEdit}}
<br>
{{#link-to 'protected.characteristics.edit' model.id class="button-gray smaller"}}
Edit
{{/link-to}}
{{/if}}