Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dbyrne committed Nov 7, 2011
1 parent e251d61 commit bb8c06f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/foreclojure/users.clj
Expand Up @@ -3,7 +3,7 @@
[clojure.string :as string] [clojure.string :as string]
[sandbar.stateful-session :as session] [sandbar.stateful-session :as session]
[cheshire.core :as json]) [cheshire.core :as json])
(:use [foreclojure.utils :only [from-mongo row-class rank-class get-user if-user with-user flash-error ]] (:use [foreclojure.utils :only [from-mongo row-class rank-class get-user if-user with-user]]
[foreclojure.template :only [def-page content-page]] [foreclojure.template :only [def-page content-page]]
[foreclojure.ring-utils :only [*http-scheme* static-url]] [foreclojure.ring-utils :only [*http-scheme* static-url]]
[foreclojure.config :only [config repo-url]] [foreclojure.config :only [config repo-url]]
Expand Down Expand Up @@ -164,7 +164,7 @@
:heading-note [:span#all-users-link] :heading-note [:span#all-users-link]
:sub-heading (list (format-user-ranking user-ranking) :sub-heading (list (format-user-ranking user-ranking)
[:span.contributor "*"] " " [:span.contributor "*"] " "
(link-to repo-url "4clojure contributor") [:br]) (link-to repo-url "4clojure contributor"))
:main (generate-user-list top-100 "user-table")})})) :main (generate-user-list top-100 "user-table")})}))


;; TODO: this is snagged from problems.clj but can't be imported due to cyclic dependency, must refactor this out. ;; TODO: this is snagged from problems.clj but can't be imported due to cyclic dependency, must refactor this out.
Expand Down

0 comments on commit bb8c06f

Please sign in to comment.