Check show ansicht
This commit is contained in:
parent
4f98673205
commit
29a2bd7466
9 changed files with 74 additions and 25 deletions
|
|
@ -18,4 +18,10 @@ module ApplicationHelper
|
|||
safe_join(fields)
|
||||
end
|
||||
end
|
||||
|
||||
def safe_display(value, &block)
|
||||
return unless value
|
||||
|
||||
yield(value)
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue