Update ZINC url again (easier caching)

This commit is contained in:
lorin 2018-06-28 17:47:08 +02:00 committed by GitHub
parent fd74ba6c05
commit d9c56a54fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,6 @@ module AssetHelper
end
def zeus_logo_url(color: :black)
"https://zeus.ugent.be/zinc/zeuslogo.svg?color=#{color}"
"https://zeus.ugent.be/zinc/#{color}"
end
end