From 171916c8020c225611b8d13e6453dcf0e6940787 Mon Sep 17 00:00:00 2001
From: Tom Willemse
Date: Thu, 25 Jul 2013 22:48:47 +0200
Subject: [PATCH] Show signin and signout icons
---
scrumli.lisp | 3 ++-
templates/scrumli.tmpl | 11 +++++++++--
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/scrumli.lisp b/scrumli.lisp
index 14a2cdd..02ac3ce 100644
--- a/scrumli.lisp
+++ b/scrumli.lisp
@@ -181,7 +181,8 @@
(if (not (logged-in-p))
(scrumli-templates:login
`(:title ,(page-title "Login")
- :csss ,(list *scrumli-bootstrap-css-location*)
+ :csss ,(list *scrumli-bootstrap-css-location*
+ *scrumli-font-awesome-css-location*)
:jss ,(list *scrumli-bootstrap-js-location*
"https://login.persona.org/include.js"
(genurl 'login-js))))
diff --git a/templates/scrumli.tmpl b/templates/scrumli.tmpl
index b86c4be..bf422ff 100644
--- a/templates/scrumli.tmpl
+++ b/templates/scrumli.tmpl
@@ -44,7 +44,10 @@
- Logout
+
+
+ Logout
+
@@ -102,7 +105,10 @@
scrumli
@@ -118,6 +124,7 @@
to scrum...
+
Login