Merge branch 'develop' of github.com:monogramm/uxbox into develop

This commit is contained in:
mathieu.brunot 2019-02-18 01:53:08 +01:00
commit e0c408dffc
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0
2 changed files with 8 additions and 2 deletions

View file

@ -148,7 +148,7 @@
[:div.grid-item-th
{:style {:background-image (str "url('" url "')")}}]
[:div.grid-item-th
{:style {:background-image "url('/images/project-placeholder.svg')"}}]))
[:img.img-th {:src "/images/project-placeholder.svg" :alt "Project title"}]]))
;; --- Grid Item
@ -251,4 +251,3 @@
[:section.dashboard-content {}
(menu state projects-map)
(grid state projects-map)]]))