Sha256: 5f2978af1f8ca008245ae4eb5c101c44729bcd0c7baeb4f94ee27abd6528f210

Contents?: true

Size: 1.75 KB

Versions: 13

Compression:

Stored size: 1.75 KB

Contents

<div class="table-responsive">
	<table class="table table-striped table-bordered table-hover">
		<thead class="thead-inverse">
			<tr>
				<th>Company Name</th>
				<th>Conact Name</th>
				<th>Street Address</th>
				<th>Address Line 2</th>
				<th>City</th>
				<th>Province</th>
				<th>Country</th>
				<th>Postal Code</th>
				<th>Listing Phone</th>
				<th>Listing Email</th>
				<th>Listing Website</th>
			</tr>
		</thead>
		<tbody>
			<tr>
				<td class="highlight"><%= link_to @member_listing.mbcompanyname, phcmembers.edit_member_profile_listing_path %></td>
				<td class="highlight"><%= link_to @member_listing.mbcontactname, phcmembers.edit_member_profile_listing_path %></td>
				<td class="highlight"><%= link_to @member_listing.mbaddressl1, phcmembers.edit_member_profile_listing_path %></td>
				<td class="highlight"><%= link_to @member_listing.mbaddressl2, phcmembers.edit_member_profile_listing_path %></td>
				<td class="highlight"><%= link_to @member_listing.mbcity, phcmembers.edit_member_profile_listing_path %></td>
				<td class="highlight"><%= link_to @member_listing.mbprovince, phcmembers.edit_member_profile_listing_path %></td>
				<td class="highlight"><%= link_to @member_listing.mbcountry, phcmembers.edit_member_profile_listing_path %></td>
				<td class="highlight"><%= link_to @member_listing.mbpostalcode, phcmembers.edit_member_profile_listing_path %></td>
				<td class="highlight"><%= link_to @member_listing.mbphone, phcmembers.edit_member_profile_listing_path %></td>
				<td class="highlight"><%= link_to @member_listing.mbcontactemail, phcmembers.edit_member_profile_listing_path %></td>
				<td class="highlight"><%= link_to @member_listing.mbwebsite, phcmembers.edit_member_profile_listing_path %></td>
			</tr>
		</tbody>
	</table>
</div>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
phcmembers-61.5.0 app/views/phcmembers/member/listings/components/_listing_table.html.erb
phcmembers-61.4.0 app/views/phcmembers/member/listings/components/_listing_table.html.erb
phcmembers-61.3.0 app/views/phcmembers/member/listings/components/_listing_table.html.erb
phcmembers-61.0.0 app/views/phcmembers/member/listings/components/_listing_table.html.erb
phcmembers-60.0.0 app/views/phcmembers/member/listings/components/_listing_table.html.erb
phcmembers-59.0.0 app/views/phcmembers/member/listings/components/_listing_table.html.erb
phcmembers-57.1.0 app/views/phcmembers/member/listings/components/_listing_table.html.erb
phcmembers-57.0.0 app/views/phcmembers/member/listings/components/_listing_table.html.erb
phcmembers-56.0.0 app/views/phcmembers/member/listings/components/_listing_table.html.erb
phcmembers-55.0.0 app/views/phcmembers/member/listings/components/_listing_table.html.erb
phcmembers-54.0.0 app/views/phcmembers/member/listings/components/_listing_table.html.erb
phcmembers-53.0.0 app/views/phcmembers/member/listings/components/_listing_table.html.erb
phcmembers-52.0.0 app/views/phcmembers/member/listings/components/_listing_table.html.erb