Merge branch 'master' into clostridium

* master:
  Fix broken strain reference
  Rich text species and strains
  Add in quill WYSIWYG
This commit is contained in:
Matthew Dillon 2015-07-20 12:23:17 -08:00
commit 765bc45ce7
11 changed files with 62 additions and 9 deletions

View file

@ -34,7 +34,7 @@
<dl class="span-1">
<dt>Etymology</dt>
<dd>
{{model.etymology}}
{{{model.etymology}}}
</dd>
</dl>
</div>

View file

@ -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();

View file

@ -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>