Skip to content

Commit

Permalink
Logout link bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbyrne committed Apr 20, 2011
1 parent 7a74afd commit 4b5a678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/foreclojure/utils.clj
Expand Up @@ -77,7 +77,7 @@
(if-let [user (session/session-get :user)] (if-let [user (session/session-get :user)]
[:div [:div
(str "Logged in as " user) (str "Logged in as " user)
[:a#logout :href "/logout" "Logout"]] [:a#logout {:href "/logout"} "Logout"]]
[:div [:div
[:a#login {:href "/login"} "Login"] [:a#login {:href "/login"} "Login"]
[:a#register {:href "/register"} "Register"]])]] [:a#register {:href "/register"} "Register"]])]]
Expand Down

0 comments on commit 4b5a678

Please sign in to comment.