Skip to content

Commit

Permalink
session-snippet was renamed to session-list
Browse files Browse the repository at this point in the history
  • Loading branch information
plexus committed Jul 21, 2024
1 parent b8a3891 commit 775f5ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/co/gaiwan/compass/routes/home.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[lambdaisland.uri :as uri]
[clojure.string :as str]
[co.gaiwan.compass.html.home :as h]
[co.gaiwan.compass.html.sessions :as sessions]
[co.gaiwan.compass.db :as db]))

(defn all-sessions
Expand Down Expand Up @@ -37,7 +38,7 @@
(defn GET-conf-sessions [req]
(let [qs-m (uri/query-string->map (:query-string req))]
{:html/head [:title "sessions"]
:html/body [h/session-snippet (all-sessions qs-m)]}))
:html/body [sessions/session-list (all-sessions qs-m)]}))

(defn routes []
[""
Expand Down

0 comments on commit 775f5ad

Please sign in to comment.