Sha256: 1dd4dedaff2291f3883d94198f730656386650a10e87de37e43a584c48a40c0f
Contents?: true
Size: 585 Bytes
Versions: 5
Compression:
Stored size: 585 Bytes
Contents
<table class="table table-striped table-bordered table-advance table-hover"> <thead> <tr> <th>Address Line 1</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>
Version data entries
5 entries across 5 versions & 1 rubygems