Fixed image path for issues.png which was absolute not relative.
This commit is contained in:
parent
14ec599fd2
commit
63a0ac0aca
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@
|
|||
[elector]
|
||||
[:td {:key (:id elector)}
|
||||
[:a {:href (str "#/issues/" (:id elector))}
|
||||
[:img {:src "/img/issues.png" :alt "Issues"}]]])
|
||||
[:img {:src "img/issues.png" :alt "Issues"}]]])
|
||||
|
||||
|
||||
(defn issues-row
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue