Roughing in measurements
This commit is contained in:
parent
ced3f7d2d2
commit
4f96f4dc07
13 changed files with 109 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
<tbody>
|
||||
{{#each strain in model}}
|
||||
<tr>
|
||||
<td>{{link-to strain.strainName 'strains.show' strain}}</td>
|
||||
<td>{{link-to strain.strainName 'measurements' strain}}</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
{{/each}}
|
||||
|
|
|
@ -38,3 +38,6 @@
|
|||
</fieldset>
|
||||
</div>
|
||||
</div>
|
||||
<div class="measurements-container">
|
||||
{{outlet}}
|
||||
</div>
|
||||
|
|
Reference in a new issue