Correction again

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

View File

@ -1,2 +1,2 @@
- if orga.url.present? && 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