From 48cd1f4f39e82513287e992662e1cb02b2dda555 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Tue, 10 Nov 2015 14:35:17 -0700 Subject: [PATCH] Step one, move up to pod root --- .../strains/{show => }/measurements-table-row/component.js | 0 .../strains/{show => }/measurements-table-row/template.hbs | 0 .../strains/{show => }/measurements-table/component.js | 0 .../strains/{show => measurements-table}/loading/template.hbs | 0 .../strains/{show => }/measurements-table/template.hbs | 2 +- .../strains/show/measurements-table/loading/template.hbs | 1 - app/pods/protected/strains/show/strain-card/template.hbs | 2 +- app/pods/protected/strains/strain-form/template.hbs | 2 +- 8 files changed, 3 insertions(+), 4 deletions(-) rename app/pods/protected/strains/{show => }/measurements-table-row/component.js (100%) rename app/pods/protected/strains/{show => }/measurements-table-row/template.hbs (100%) rename app/pods/protected/strains/{show => }/measurements-table/component.js (100%) rename app/pods/protected/strains/{show => measurements-table}/loading/template.hbs (100%) rename app/pods/protected/strains/{show => }/measurements-table/template.hbs (96%) delete mode 100644 app/pods/protected/strains/show/measurements-table/loading/template.hbs diff --git a/app/pods/protected/strains/show/measurements-table-row/component.js b/app/pods/protected/strains/measurements-table-row/component.js similarity index 100% rename from app/pods/protected/strains/show/measurements-table-row/component.js rename to app/pods/protected/strains/measurements-table-row/component.js diff --git a/app/pods/protected/strains/show/measurements-table-row/template.hbs b/app/pods/protected/strains/measurements-table-row/template.hbs similarity index 100% rename from app/pods/protected/strains/show/measurements-table-row/template.hbs rename to app/pods/protected/strains/measurements-table-row/template.hbs diff --git a/app/pods/protected/strains/show/measurements-table/component.js b/app/pods/protected/strains/measurements-table/component.js similarity index 100% rename from app/pods/protected/strains/show/measurements-table/component.js rename to app/pods/protected/strains/measurements-table/component.js diff --git a/app/pods/protected/strains/show/loading/template.hbs b/app/pods/protected/strains/measurements-table/loading/template.hbs similarity index 100% rename from app/pods/protected/strains/show/loading/template.hbs rename to app/pods/protected/strains/measurements-table/loading/template.hbs diff --git a/app/pods/protected/strains/show/measurements-table/template.hbs b/app/pods/protected/strains/measurements-table/template.hbs similarity index 96% rename from app/pods/protected/strains/show/measurements-table/template.hbs rename to app/pods/protected/strains/measurements-table/template.hbs index a9a45dd..25b0c27 100644 --- a/app/pods/protected/strains/show/measurements-table/template.hbs +++ b/app/pods/protected/strains/measurements-table/template.hbs @@ -41,7 +41,7 @@ {{#each sortedMeasurements as |measurement|}} {{ - protected/strains/show/measurements-table-row + protected/strains/measurements-table-row row=measurement canEdit=canEdit }} diff --git a/app/pods/protected/strains/show/measurements-table/loading/template.hbs b/app/pods/protected/strains/show/measurements-table/loading/template.hbs deleted file mode 100644 index e5a3e05..0000000 --- a/app/pods/protected/strains/show/measurements-table/loading/template.hbs +++ /dev/null @@ -1 +0,0 @@ -{{loading-panel}} diff --git a/app/pods/protected/strains/show/strain-card/template.hbs b/app/pods/protected/strains/show/strain-card/template.hbs index 58ff553..86e281f 100644 --- a/app/pods/protected/strains/show/strain-card/template.hbs +++ b/app/pods/protected/strains/show/strain-card/template.hbs @@ -74,7 +74,7 @@
Characteristics
{{ - protected/strains/show/measurements-table + protected/strains/measurements-table model=strain canEdit=false canAdd=false diff --git a/app/pods/protected/strains/strain-form/template.hbs b/app/pods/protected/strains/strain-form/template.hbs index ea27230..908020f 100644 --- a/app/pods/protected/strains/strain-form/template.hbs +++ b/app/pods/protected/strains/strain-form/template.hbs @@ -51,7 +51,7 @@
{{ - protected/strains/show/measurements-table + protected/strains/measurements-table model=strain canEdit=strain.canEdit canAdd=canAdd