Sha256: ae6f4fe87591b1382e46b44d598de00ff3f178ad34c93069f286c9a9d0ecba03
Contents?: true
Size: 632 Bytes
Versions: 37
Compression:
Stored size: 632 Bytes
Contents
<div class="table-responsive"> <table class="table table-striped table-bordered 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
37 entries across 37 versions & 1 rubygems