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'),
|
collectionStartTime: attr('string-null-to-empty'),
|
||||||
collectionEndDate: attr('string-null-to-empty'),
|
collectionEndDate: attr('string-null-to-empty'),
|
||||||
collectionEndTime: attr('string-null-to-empty'),
|
collectionEndTime: attr('string-null-to-empty'),
|
||||||
|
notes: attr('string'),
|
||||||
|
|
||||||
project: belongsTo('project'),
|
project: belongsTo('project'),
|
||||||
studyLocation: belongsTo('study-location'),
|
studyLocation: belongsTo('study-location'),
|
||||||
|
|
|
@ -92,6 +92,15 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-8">
|
<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">
|
<table class="table">
|
||||||
<caption>
|
<caption>
|
||||||
Species / Count Info
|
Species / Count Info
|
||||||
|
@ -180,7 +189,8 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{f.save}} {{f.cancel}}
|
{{f.save}} {{f.cancel}}
|
||||||
|
|
|
@ -36,11 +36,7 @@
|
||||||
<h3>Notes</h3>
|
<h3>Notes</h3>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<ul>
|
{{model.[0].notes}}
|
||||||
<li>PLACEHOLDER</li>
|
|
||||||
<li>PLACEHOLDER</li>
|
|
||||||
<li>PLACEHOLDER</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue