Browse Source

minor ui improvement

master
Christian Mueller 12 years ago
parent
commit
439f58c519
  1. 3
      src/notehub/handler.clj

3
src/notehub/handler.clj

@ -126,7 +126,8 @@ @@ -126,7 +126,8 @@
(let [stats (:statistics resp)
statistics (get-message :statistics)]
(layout statistics
[:h2.central-element statistics ": " (api/derive-title (:note resp))]
[:h2.central-element (api/derive-title (:note resp))]
[:h3.central-element.helvetica statistics]
[:table#stats.helvetica.central-element
(map
#(when (% stats)

Loading…
Cancel
Save