wip
This commit is contained in:
@ -1,2 +1,7 @@
|
||||
module ApplicationHelper
|
||||
def page_link(person)
|
||||
return if person.phone.blank?
|
||||
|
||||
link_to 'page', page_person_path(person)
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user