Sha256: 72c44d758220293a4d37d55a8869f6d63f7966997cb871ddb4dfcead6ac27eba
Contents?: true
Size: 588 Bytes
Versions: 138
Compression:
Stored size: 588 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> <% @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>
Version data entries
138 entries across 138 versions & 1 rubygems