Sha256: 764882410e3f83406bbcdf05cd13dfc91407dff89ecf0e95a764932ebecbeeec

Contents?: true

Size: 1.77 KB

Versions: 140

Compression:

Stored size: 1.77 KB

Contents

<div class="row  border-bottom white-bg dashboard-header">

</div>
<div class="row">
	<div class="col-lg-12">
		<div class="wrapper wrapper-content">

			<div class="row">
				<div class="col-lg-3">
					<div class="widget style1 navy-bg">
						<div class="row">
							<div class="col-xs-4">
								<i class="fa fa-users fa-5x"></i>
							</div>
							<div class="col-xs-8 text-right">
								<span> <%= "Member".pluralize(2) %> </span>
								<h2 class="font-bold"><%= @member_profile.count(:all) %></h2>
							</div>
						</div>
					</div>
				</div>

				<div class="col-lg-3">
					<div class="widget style1 lazur-bg">
						<div class="row">
							<div class="col-xs-4">
								<i class="fa fa-list fa-5x"></i>
							</div>
							<div class="col-xs-8 text-right">
								<span> Member <%= "Listing".pluralize(2) %> </span>
								<h2 class="font-bold"><%= @member_listing.count(:all) %></h2>
							</div>
						</div>
					</div>
				</div>

				<div class="col-lg-3">
					<div class="widget style1 yellow-bg">
						<div class="row">
							<div class="col-xs-4">
								<i class="fa fa-envelope fa-5x"></i>
							</div>
							<div class="col-xs-8 text-right">
								<span> Member <%= "Address".pluralize(2) %> </span>
								<h2 class="font-bold"><%= @member_address.count(:all) %></h2>
							</div>
						</div>
					</div>
				</div>

				<div class="col-lg-3">
					<div class="widget style1 red-bg">
						<div class="row">
							<div class="col-xs-4">
								<i class="fa fa-sitemap fa-5x"></i>
							</div>
							<div class="col-xs-8 text-right">
								<span> Directory <%= "Category".pluralize(2) %> </span>
								<h2 class="font-bold"><%= @directory_category.count(:all) %></h2>
							</div>
						</div>
					</div>
				</div>
			</div>

		</div>
	</div>
</div>

Version data entries

140 entries across 140 versions & 2 rubygems

Version Path
phcmemberspro-36.3.0 app/views/phcmemberspro/modules/dashboards/index.html.erb
phcmemberspro-36.2.0 app/views/phcmemberspro/modules/dashboards/index.html.erb
phcmemberspro-36.1.0 app/views/phcmemberspro/modules/dashboards/index.html.erb
phcmemberspro-36.0.0 app/views/phcmemberspro/modules/dashboards/index.html.erb
phcmemberspro-35.0.0 app/views/phcmemberspro/modules/dashboards/index.html.erb
phcmemberspro-34.0.0 app/views/phcmemberspro/modules/dashboards/index.html.erb
phcmemberspro-33.0.0 app/views/phcmemberspro/modules/dashboards/index.html.erb
phcmemberspro-32.0.0 app/views/phcmemberspro/modules/dashboards/index.html.erb
phcmemberspro-31.0.0 app/views/phcmemberspro/modules/dashboards/index.html.erb
phcmemberspro-30.0.0 app/views/phcmemberspro/modules/dashboards/index.html.erb
phcmemberspro-29.2.0 app/views/phcmemberspro/modules/dashboards/index.html.erb
phcmemberspro-29.1.0 app/views/phcmemberspro/modules/dashboards/index.html.erb
phcmemberspro-29.0.0 app/views/phcmemberspro/modules/dashboards/index.html.erb
phcmemberspro-28.0.0 app/views/phcmemberspro/modules/dashboards/index.html.erb
phcmemberspro-27.2.0 app/views/phcmemberspro/modules/dashboards/index.html.erb
phcmemberspro-27.1.0 app/views/phcmemberspro/modules/dashboards/index.html.erb
phcmemberspro-27.0.0 app/views/phcmemberspro/modules/dashboards/index.html.erb
phcmemberspro-26.0.0 app/views/phcmemberspro/modules/dashboards/index.html.erb
phcmemberspro-25.1.0 app/views/phcmemberspro/modules/dashboards/index.html.erb
phcmemberspro-25.0.0 app/views/phcmemberspro/modules/dashboards/index.html.erb