summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mulk/benki/webutil.clj8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/mulk/benki/webutil.clj b/src/mulk/benki/webutil.clj
index 7eeb294..a1a0bb5 100644
--- a/src/mulk/benki/webutil.clj
+++ b/src/mulk/benki/webutil.clj
@@ -40,4 +40,10 @@
(if *user*
[:div {:class "logged-in-as"}
(:first_name user) " " (:last_name user)]
- [:div {:class "not-logged-in"} [:a {:href (link :login)} "Log in"]])))
+ [:div {:class "not-logged-in"}
+ "Browser ID "
+ [:a#browserid {:href "#"}
+ [:img {:src (resolve-uri "/3rdparty/browserid/sign_in_orange.png")
+ :alt "Sign in"}]]
+ [:div "or:"]
+ [:a {:href (link :login)} "Sign in normally"]])))