From 0bbca079c57016f5455dc09e317f557fd519be32 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Thu, 11 Jul 2019 10:02:50 +0200 Subject: [PATCH] Link site name to dashboard Enables closing of details pane --- app/styles/components/_topbar.scss | 5 +++++ app/templates/application.hbs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/app/styles/components/_topbar.scss b/app/styles/components/_topbar.scss index 43e931a..2c76be5 100644 --- a/app/styles/components/_topbar.scss +++ b/app/styles/components/_topbar.scss @@ -13,6 +13,11 @@ h1 { display: inline-block; text-transform: uppercase; + + a { + color: inherit; + text-decoration: none; + } } section#user-account { diff --git a/app/templates/application.hbs b/app/templates/application.hbs index aaa3df2..d82b972 100644 --- a/app/templates/application.hbs +++ b/app/templates/application.hbs @@ -1,5 +1,5 @@
-

Kosmos Kredits

+

{{link-to "Kosmos Kredits" "dashboard"}}

{{#if kredits.hasAccounts }}