Removing measurements route
This commit is contained in:
parent
f25fae0a83
commit
e58d01f999
3 changed files with 0 additions and 9 deletions
|
@ -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}}
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
import Ember from 'ember';
|
||||
|
||||
export default Ember.Route.extend({});
|
|
@ -1,3 +0,0 @@
|
|||
<h2>{{genus-name}} Measurements</h2>
|
||||
|
||||
Be back soon
|
Reference in a new issue