From b0896a4e1092651b52e8e266ea5f8c8be4df1fdb Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Mon, 12 Mar 2018 22:16:52 -0700 Subject: [PATCH] move informational footer to own component --- routes/_components/InformationalFooter.html | 20 ++++++++++++++++++++ routes/_components/Layout.html | 16 +++------------- 2 files changed, 23 insertions(+), 13 deletions(-) create mode 100644 routes/_components/InformationalFooter.html diff --git a/routes/_components/InformationalFooter.html b/routes/_components/InformationalFooter.html new file mode 100644 index 0000000..24fdd73 --- /dev/null +++ b/routes/_components/InformationalFooter.html @@ -0,0 +1,20 @@ + +
+

+ Pinafore is open-source software + created by Nolan Lawson and distributed under the + AGPL License. +

+
+
+ \ No newline at end of file diff --git a/routes/_components/Layout.html b/routes/_components/Layout.html index 0cc9740..2d63634 100644 --- a/routes/_components/Layout.html +++ b/routes/_components/Layout.html @@ -5,28 +5,18 @@ {{#if !$isUserLoggedIn && page === 'home'}} - -
-

- Pinafore is open-source software - created by Nolan Lawson and distributed under the - AGPL License. -

-
-
+ {{/if}}