diff --git a/app/pods/components/x-application/template.hbs b/app/pods/components/x-application/template.hbs index a2097bd..3057eac 100644 --- a/app/pods/components/x-application/template.hbs +++ b/app/pods/components/x-application/template.hbs @@ -5,15 +5,15 @@ {{#link-to 'protected.compare' tagName='li' href=false}} {{link-to 'Compare' 'protected.compare'}} {{/link-to}} - {{#link-to 'protected.characteristics' tagName='li' href=false}} - {{link-to 'Characteristics' 'protected.characteristics'}} - {{/link-to}} {{#link-to 'protected.species' tagName='li' href=false}} {{link-to 'Species' 'protected.species'}} {{/link-to}} {{#link-to 'protected.strains' tagName='li' href=false}} {{link-to 'Strains' 'protected.strains'}} {{/link-to}} + {{#link-to 'protected.characteristics' tagName='li' href=false}} + {{link-to 'Characteristics' 'protected.characteristics'}} + {{/link-to}} {{#link-to 'protected.about' tagName='li' href=false}} {{link-to 'About' 'protected.about'}} {{/link-to}} diff --git a/app/pods/protected/characteristics/controller.js b/app/pods/protected/characteristics/index/controller.js similarity index 100% rename from app/pods/protected/characteristics/controller.js rename to app/pods/protected/characteristics/index/controller.js diff --git a/app/pods/protected/characteristics/editable-row/component.js b/app/pods/protected/characteristics/index/editable-row/component.js similarity index 100% rename from app/pods/protected/characteristics/editable-row/component.js rename to app/pods/protected/characteristics/index/editable-row/component.js diff --git a/app/pods/protected/characteristics/editable-row/template.hbs b/app/pods/protected/characteristics/index/editable-row/template.hbs similarity index 100% rename from app/pods/protected/characteristics/editable-row/template.hbs rename to app/pods/protected/characteristics/index/editable-row/template.hbs diff --git a/app/pods/protected/characteristics/route.js b/app/pods/protected/characteristics/index/route.js similarity index 100% rename from app/pods/protected/characteristics/route.js rename to app/pods/protected/characteristics/index/route.js diff --git a/app/pods/protected/characteristics/template.hbs b/app/pods/protected/characteristics/index/template.hbs similarity index 55% rename from app/pods/protected/characteristics/template.hbs rename to app/pods/protected/characteristics/index/template.hbs index 12ce1c1..76efee6 100644 --- a/app/pods/protected/characteristics/template.hbs +++ b/app/pods/protected/characteristics/index/template.hbs @@ -7,12 +7,19 @@