diff --git a/app/pods/protected/strains/show/measurements-table-row/component.js b/app/pods/protected/strains/show/measurements-table-row/component.js index 39216ec..a527572 100644 --- a/app/pods/protected/strains/show/measurements-table-row/component.js +++ b/app/pods/protected/strains/show/measurements-table-row/component.js @@ -28,5 +28,9 @@ export default Ember.Component.extend({ } }, + delete: function() { + this.get('row').destroyRecord(); + } + }, }); diff --git a/app/pods/protected/strains/show/measurements-table-row/template.hbs b/app/pods/protected/strains/show/measurements-table-row/template.hbs index fd0bf3d..6b99871 100644 --- a/app/pods/protected/strains/show/measurements-table-row/template.hbs +++ b/app/pods/protected/strains/show/measurements-table-row/template.hbs @@ -17,7 +17,7 @@ {{#if canEdit}} {{#if rowChanged}} - {{else}} @@ -44,6 +44,9 @@ + {{/if}} {{/if}} diff --git a/app/pods/protected/strains/show/measurements-table/template.hbs b/app/pods/protected/strains/show/measurements-table/template.hbs index 3f14ca7..ced8028 100644 --- a/app/pods/protected/strains/show/measurements-table/template.hbs +++ b/app/pods/protected/strains/show/measurements-table/template.hbs @@ -4,8 +4,8 @@ {{#if canEdit}} - - + + {{else}}