<if test="¤t_user.signed_up?">
<index-page with="¤t_user">
<top-page-nav: replace />
<bottom-page-nav: replace />
<collection: replace>
<table-plus:my_venues fields="name, venuetype, local_area, telephone, approval" />
</collection:>
</index-page>
</if>
<else>
<page title="No Access">
</page>
</else>
--
You received this message because you are subscribed to the Google Groups "Hobo Users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/hobousers/-/A3ZpdWAO9NYJ.
To post to this group, send email to hobo...@googlegroups.com.
To unsubscribe from this group, send email to hobousers+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
def view_permitted?(field)
acting_user.administrator? || (acting_user.signed_up? && user_is?(acting_user))
end