change no open bounties message
This commit is contained in:
parent
4bb81f976b
commit
b3b3e47acd
|
@ -211,7 +211,7 @@
|
||||||
[bounties-sort]]
|
[bounties-sort]]
|
||||||
(if (empty? open-bounties)
|
(if (empty? open-bounties)
|
||||||
[:div.view-no-data-container
|
[:div.view-no-data-container
|
||||||
[:p "No recent activity yet"]]
|
[:p "No matching bounties found."]]
|
||||||
(into [:div.ui.items]
|
(into [:div.ui.items]
|
||||||
(for [bounty open-bounties]
|
(for [bounty open-bounties]
|
||||||
[bounty-item bounty])))])
|
[bounty-item bounty])))])
|
||||||
|
|
Loading…
Reference in New Issue