Check show ansicht
Some checks failed
/ Run system tests (push) Waiting to run
/ Build, push and deploy image (push) Blocked by required conditions
/ Run tests (push) Has been cancelled

This commit is contained in:
david 2024-09-11 22:04:55 +02:00
parent 4f98673205
commit 29a2bd7466
9 changed files with 74 additions and 25 deletions

View file

@ -18,4 +18,10 @@ module ApplicationHelper
safe_join(fields)
end
end
def safe_display(value, &block)
return unless value
yield(value)
end
end