Sha256: af4fa1cc5469a96a0ea0be4a79c637c9e3181687b4929f62bb00c39ee38ef563

Contents?: true

Size: 609 Bytes

Versions: 10

Compression:

Stored size: 609 Bytes

Contents

<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

10 entries across 8 versions & 1 rubygems

Version Path
phcmemberspro-8.6.3 app/views/phcmemberspro/members/mains/components/_profile_business_table.html.erb
phcmemberspro-8.6.2 app/views/phcmemberspro/members/mains/components/_profile_business_table.html.erb
phcmemberspro-8.6.1 app/views/phcmemberspro/members/mains/components/_profile_business_table.html.erb
phcmemberspro-8.6.0 app/views/phcmemberspro/members/mains/components/_profile_business_table.html.erb
phcmemberspro-8.5.9 app/views/phcmemberspro/members/mains/components/_profile_business_table.html.erb
phcmemberspro-8.5.8 app/views/phcmemberspro/members/mains/components/_profile_business_table.html.erb
phcmemberspro-8.5.7 app/views/phcmemberspro/members/mains/components/_profile_contact_table.html.erb
phcmemberspro-8.5.7 app/views/phcmemberspro/members/mains/components/_profile_business_table.html.erb
phcmemberspro-8.5.6 app/views/phcmemberspro/members/mains/components/_profile_business_table.html.erb
phcmemberspro-8.5.6 app/views/phcmemberspro/members/mains/components/_profile_contact_table.html.erb