From d4bd0e915c4d4cec1534b40b835901cf2d48f3c0 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Tue, 23 Jun 2015 15:09:14 -0800 Subject: [PATCH] Make site name h2 + component --- app/pods/application/template.hbs | 8 ++------ app/pods/components/site-logo/template.hbs | 3 +++ .../components/site-logo/component-test.js | 19 +++++++++++++++++++ 3 files changed, 24 insertions(+), 6 deletions(-) create mode 100644 app/pods/components/site-logo/template.hbs create mode 100644 tests/unit/pods/components/site-logo/component-test.js diff --git a/app/pods/application/template.hbs b/app/pods/application/template.hbs index 78cabb1..6e52a50 100644 --- a/app/pods/application/template.hbs +++ b/app/pods/application/template.hbs @@ -1,7 +1,5 @@
- {{#link-to 'index' class='logo'}} - {{globals.genus}}.info - {{/link-to}} + {{site-logo}} {{#if session.isAuthenticated}}