Attempt for a quick correction
This commit is contained in:
parent
c60f6f4db3
commit
2b13164e28
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user