Sha256: daaf27de95deb908b5e0fb581b28b0902a5188df78deaab38d1b8ea0340348a2

Contents?: true

Size: 1.98 KB

Versions: 57

Compression:

Stored size: 1.98 KB

Contents

<!-- Title System -->
<% phc_title "Member Business Manager" %>
<% phc_title_tagline "Detailed Business Profile for " + @members_businesses.mbcompanyname %>

<div class="page-bar">

	<!-- Bread Crumb -->
	<ul class="page-breadcrumb">
		<li><%= link_to "Home", members_root_path %><i class="fa fa-circle"></i></li>
		<li><%= link_to "Members List", members_mains_path %><i class="fa fa-circle"></i></li>
		<li><%= link_to "Members Businesses", members_main_businesses_path %><i class="fa fa-circle"></i></li>
		<li class="active"><%= yield(:phc_title_tagline) %></li>
	</ul>

</div>

<!-- Page Title -->
<h3 class="page-title">
	<%= yield(:phc_title) %> </br>
	<small><%= yield(:phc_title_tagline) %></small>
</h3>

<!-- Main Content -->
<div class="row">
	<div class="col-lg-12">

		<div class="portlet light">

			<div class="portlet-title">
				<div class="caption">
					<span class="caption-subject bold uppercase"><%= yield(:phc_title_tagline) %></span>
				</div>
				<div class="actions">
				</div>
			</div>

			<div class="portlet-body">
				<p>
					<strong>Contact Name:</strong>
					<%= @members_businesses.mbcompanyname %>
				</p>
				<p>
					<strong>Company Name:</strong>
					<%= @members_businesses.mbcontactname %>
				</p>

				<p>
					<strong>Address Line 1:</strong>
					<%= @members_businesses.mbaddressl1 %>
				</p>

				<p>
					<strong>Address Line 2:</strong>
					<%= @members_businesses.mbaddressl2 %>
				</p>

				<p>
					<strong>City:</strong>
					<%= @members_businesses.mbcity %>
				</p>

				<p>
					<strong>Province:</strong>
					<%= @members_businesses.mbprovince %>
				</p>

				<p>
					<strong>Country:</strong>
					<%= @members_businesses.mbcountry %>
				</p>

				<p>
					<strong>PostalCode:</strong>
					<%= @members_businesses.mbpostalcode %>
				</p>

				<p>
					<strong>Phone:</strong>
					<%= @members_businesses.mbphone %>
				</p>

				<p>
					<strong>Email:</strong>
					<%= @members_businesses.mbcontactemail %>
				</p>
			</div>
		</div>

	</div>
</div>

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
phcmemberspro-6.8.17 app/views/phcmemberspro/members/businesses/show.html.erb
phcmemberspro-6.8.16 app/views/phcmemberspro/members/businesses/show.html.erb
phcmemberspro-6.8.15 app/views/phcmemberspro/members/businesses/show.html.erb
phcmemberspro-6.8.14 app/views/phcmemberspro/members/businesses/show.html.erb
phcmemberspro-6.8.13 app/views/phcmemberspro/members/businesses/show.html.erb
phcmemberspro-6.8.12 app/views/phcmemberspro/members/businesses/show.html.erb
phcmemberspro-6.8.11 app/views/phcmemberspro/members/businesses/show.html.erb
phcmemberspro-6.8.10 app/views/phcmemberspro/members/businesses/show.html.erb
phcmemberspro-6.8.9 app/views/phcmemberspro/members/businesses/show.html.erb
phcmemberspro-6.8.8 app/views/phcmemberspro/members/businesses/show.html.erb
phcmemberspro-6.8.7 app/views/phcmemberspro/members/businesses/show.html.erb
phcmemberspro-6.8.6 app/views/phcmemberspro/members/businesses/show.html.erb
phcmemberspro-6.8.5 app/views/phcmemberspro/members/businesses/show.html.erb
phcmemberspro-6.8.4 app/views/phcmemberspro/members/businesses/show.html.erb
phcmemberspro-6.8.3 app/views/phcmemberspro/members/businesses/show.html.erb
phcmemberspro-6.8.2 app/views/phcmemberspro/members/businesses/show.html.erb
phcmemberspro-6.8.1 app/views/phcmemberspro/members/businesses/show.html.erb
phcmemberspro-6.8.0 app/views/phcmemberspro/members/businesses/show.html.erb
phcmemberspro-6.7.6 app/views/phcmemberspro/members/businesses/show.html.erb
phcmemberspro-6.7.5 app/views/phcmemberspro/members/businesses/show.html.erb