Attempt for a quick correction

This commit is contained in:
echarp 2019-02-27 14:10:08 +00:00
parent c60f6f4db3
commit 2b13164e28
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
- if orga.url.match?(/^http/) && !orga.url.match?(/facebook/)
- if orga.url.present? && orga.url.match?(/^http/) && !orga.url.match?(/facebook/)
= image_tag orga.url + '/favicon.ico', alt: '', class: :favicon