parent
4dbfcfa98b
commit
a4264ac16c
3 changed files with 101 additions and 94 deletions
|
@ -11,6 +11,7 @@ export default Model.extend({
|
|||
collectionStartTime: attr('string-null-to-empty'),
|
||||
collectionEndDate: attr('string-null-to-empty'),
|
||||
collectionEndTime: attr('string-null-to-empty'),
|
||||
notes: attr('string'),
|
||||
|
||||
project: belongsTo('project'),
|
||||
studyLocation: belongsTo('study-location'),
|
||||
|
|
|
@ -92,6 +92,15 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="col-md-8">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
{{#validated-field property='notes' label='Notes' changeset=changesets.model}}
|
||||
{{textarea value=changesets.model.notes class='form-control'}}
|
||||
{{/validated-field}}
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<table class="table">
|
||||
<caption>
|
||||
Species / Count Info
|
||||
|
@ -180,7 +189,8 @@
|
|||
</tbody>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{f.save}} {{f.cancel}}
|
||||
|
|
|
@ -36,11 +36,7 @@
|
|||
<h3>Notes</h3>
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<ul>
|
||||
<li>PLACEHOLDER</li>
|
||||
<li>PLACEHOLDER</li>
|
||||
<li>PLACEHOLDER</li>
|
||||
</ul>
|
||||
{{model.[0].notes}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue