Sha256: 469a0b800d808a9022c03b086fe7c30ca1abb4c80720510462ea5d4db763271a
Contents?: true
Size: 1.16 KB
Versions: 1
Compression:
Stored size: 1.16 KB
Contents
<table class="table table-striped table-bordered table-advance table-hover"> <thead> <tr> <th>Address</th> <th>City</th> <th>Province</th> <th>Type</th> </tr> </thead> <tbody> <% @members_main.contacts.each do |members_main_contact| %> <tr> <td class="highlight"><%= members_main_contact.mcaddressl1 %></td> <td class="highlight"><%= members_main_contact.mccity %></td> <td class="highlight"><%= members_main_contact.mcprovince %></td> <td class="highlight"><%= members_main_contact.mctype %></td> </tr> <% end %> </tbody> </table> <table class="table table-striped table-bordered table-advance table-hover"> <thead> <tr> <th>Company Name</th> <th>Conact Name</th> <th>City</th> <th>Business Phone</th> </tr> </thead> <tbody> <% @members_main.businesses.each do |members_main_business| %> <tr> <td class="highlight"><%= members_main_business.mbcompanyname %></td> <td class="highlight"><%= members_main_business.mbcontactname %></td> <td class="highlight"><%= members_main_business.mbcity %></td> <td class="highlight"><%= members_main_business.mbphone %></td> </tr> <% end %> </tbody> </table>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phcmemberspro-8.5.5 | app/views/phcmemberspro/members/mains/components/_profile_tables.html.erb |