Improve sorting

This commit is contained in:
oakes
2014-03-31 12:11:44 -04:00
parent 70e584991a
commit f1e3458edc
2 changed files with 6 additions and 2 deletions

View File

@@ -28,7 +28,7 @@
[:div
(when (not= (:name group) name)
[:h3 name])
(map item (sort-by first items))])]))
(map item items)])]))
(defn create
[parsed-files]