displaying tags

integration-tests
Josha von Gizycki 5 years ago
parent bcaa65e799
commit 8ae128aa65

@ -89,6 +89,11 @@
" | " " | "
[:a {:href (path :vis-explore {:instance-uuid (:uuid instance)})} [:a {:href (path :vis-explore {:instance-uuid (:uuid instance)})}
"Explore from here"]]] "Explore from here"]]]
(when (seq (:tags instance))
[:section.tags
[:ul
(for [tag (:tags instace)]
[:li (:name tag)])]])
(when (seq (:properties instance)) (when (seq (:properties instance))
[:section.properties [:section.properties
[:h2 "Properties"] [:h2 "Properties"]

Loading…
Cancel
Save