Merge branch 'master' into clostridium
* master: Fix broken strain reference Rich text species and strains Add in quill WYSIWYG
This commit is contained in:
commit
765bc45ce7
11 changed files with 62 additions and 9 deletions
|
@ -34,7 +34,7 @@
|
|||
<dl class="span-1">
|
||||
<dt>Etymology</dt>
|
||||
<dd>
|
||||
{{model.etymology}}
|
||||
{{{model.etymology}}}
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
|
|
|
@ -18,7 +18,7 @@ export default Ember.Controller.extend({
|
|||
},
|
||||
|
||||
cancel: function() {
|
||||
let strain = this.get('protected.strain');
|
||||
let strain = this.get('strain');
|
||||
|
||||
strain.get('errors').clear();
|
||||
strain.rollback();
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
<dl class="span-1">
|
||||
<dt>Isolated From</dt>
|
||||
<dd>
|
||||
{{model.isolatedFrom}}
|
||||
{{{model.isolatedFrom}}}
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
|
@ -59,7 +59,7 @@
|
|||
<dl class="span-1">
|
||||
<dt>Notes</dt>
|
||||
<dd>
|
||||
{{model.notes}}
|
||||
{{{model.notes}}}
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
|
|
Reference in a new issue