diff --git a/app/pods/components/x-application/template.hbs b/app/pods/components/x-application/template.hbs index 635b605..a2097bd 100644 --- a/app/pods/components/x-application/template.hbs +++ b/app/pods/components/x-application/template.hbs @@ -5,9 +5,6 @@ {{#link-to 'protected.compare' tagName='li' href=false}} {{link-to 'Compare' 'protected.compare'}} {{/link-to}} - {{#link-to 'protected.measurements' tagName='li' href=false}} - {{link-to 'Measurements' 'protected.measurements'}} - {{/link-to}} {{#link-to 'protected.characteristics' tagName='li' href=false}} {{link-to 'Characteristics' 'protected.characteristics'}} {{/link-to}} diff --git a/app/pods/protected/measurements/route.js b/app/pods/protected/measurements/route.js deleted file mode 100644 index 096e3c5..0000000 --- a/app/pods/protected/measurements/route.js +++ /dev/null @@ -1,3 +0,0 @@ -import Ember from 'ember'; - -export default Ember.Route.extend({}); diff --git a/app/pods/protected/measurements/template.hbs b/app/pods/protected/measurements/template.hbs deleted file mode 100644 index bc4b4ec..0000000 --- a/app/pods/protected/measurements/template.hbs +++ /dev/null @@ -1,3 +0,0 @@ -