Sha256: 7778fa4fba4378a4b607fd83d7f18dc0664a711aed0bbb12e4dee8e11ac2c987
Contents?: true
Size: 646 Bytes
Versions: 3
Compression:
Stored size: 646 Bytes
Contents
<div class="table-responsive"> <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> <% @member_profile.addresses.each do |members_main_address| %> <tr> <td class="highlight"><%= members_main_address.mcaddressl1 %></td> <td class="highlight"><%= members_main_address.mccity %></td> <td class="highlight"><%= members_main_address.mcprovince %></td> <td class="highlight"><%= members_main_address.mctype %></td> </tr> <% end %> </tbody> </table> </div>
Version data entries
3 entries across 3 versions & 1 rubygems