Sha256: 823ebf4e3ec100ad71cb949970d964d52d4dc5176eab7f973f3e0df910fc0d73

Contents?: true

Size: 1.77 KB

Versions: 22

Compression:

Stored size: 1.77 KB

Contents

<!-- PHCTitleSEO Title Variables -->
<% phc_title "Customer Manager" %>
<% phc_title_tagline "Stripe Customer List" %>
<% phc_breadcrumb_one "Home" %>
<% phc_breadcrumb_two yield(:phc_title_tagline) %>
<!-- PHCTitleSEO Title Variables -->

<!-- Page Bradcrumbs -->
<ol class="breadcrumb pull-right">
	<li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
	<li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li>
</ol>
<!-- Page Bradcrumbs -->

<!-- Page Header -->
<h2 class="page-header"><%= yield(:phc_title) %></h2>
<!-- Page Header -->

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

		<!-- Panel -->
		<div class="panel panel-inverse">

			<!-- Panel - Heading -->
            <div class="panel-heading">
                <h4 class="panel-title"><%= yield(:phc_title_tagline) %></h4>
            </div>
			<!-- Panel - Heading -->

			<!-- Panel - Body -->
			<div class="panel-body">

				<!-- Index - Table -->
				<div class="table-responsive">
					<table class="table table-striped table-bordered">

                        <thead>
                            <tr>
                                <th>Customer Name</th>
                                <th>Customer Email</th>
                            </tr>
                        </thead>

                        <tbody>
                            <% @admin_customer_list.each do |customers| %>
                                <tr>
                                    <td><%= customers.name %></td>
                                    <td><%= customers.email %></td>
                               </tr>
					        <% end %>
						</tbody>

					</table>
				</div>
				<!-- Index - Table -->

			</div>
			<!-- Panel - Body -->

		</div>
		<!-- Panel -->

	</div>
</div>
<!-- Page Content -->

Version data entries

22 entries across 8 versions & 1 rubygems

Version Path
phcdevworks_accounts_stripe-0.1.7 app/views/phcdevworks_accounts_stripe/user/subscription/user_subscription_cancel.html.erb
phcdevworks_accounts_stripe-0.1.7 app/views/phcdevworks_accounts_stripe/user/products/user_product_list.html.erb
phcdevworks_accounts_stripe-0.1.7 app/views/phcdevworks_accounts_stripe/admin/customers/admin_customer_list.html.erb
phcdevworks_accounts_stripe-0.1.6 app/views/phcdevworks_accounts_stripe/admin/customers/admin_customer_list.html.erb
phcdevworks_accounts_stripe-0.1.6 app/views/phcdevworks_accounts_stripe/user/subscription/user_subscription_cancel.html.erb
phcdevworks_accounts_stripe-0.1.6 app/views/phcdevworks_accounts_stripe/user/products/user_product_list.html.erb
phcdevworks_accounts_stripe-0.1.5 app/views/phcdevworks_accounts_stripe/user/products/user_product_list.html.erb
phcdevworks_accounts_stripe-0.1.5 app/views/phcdevworks_accounts_stripe/user/subscription/user_subscription_cancel.html.erb
phcdevworks_accounts_stripe-0.1.5 app/views/phcdevworks_accounts_stripe/admin/customers/admin_customer_list.html.erb
phcdevworks_accounts_stripe-0.1.4 app/views/phcdevworks_accounts_stripe/user/products/user_product_list.html.erb
phcdevworks_accounts_stripe-0.1.4 app/views/phcdevworks_accounts_stripe/admin/customers/admin_customer_list.html.erb
phcdevworks_accounts_stripe-0.1.4 app/views/phcdevworks_accounts_stripe/user/subscription/user_subscription_cancel.html.erb
phcdevworks_accounts_stripe-0.1.3 app/views/phcdevworks_accounts_stripe/user/subscription/user_subscription_cancel.html.erb
phcdevworks_accounts_stripe-0.1.3 app/views/phcdevworks_accounts_stripe/user/products/user_product_list.html.erb
phcdevworks_accounts_stripe-0.1.3 app/views/phcdevworks_accounts_stripe/admin/customers/admin_customer_list.html.erb
phcdevworks_accounts_stripe-0.1.2 app/views/phcdevworks_accounts_stripe/admin/customers/admin_customer_list.html.erb
phcdevworks_accounts_stripe-0.1.2 app/views/phcdevworks_accounts_stripe/user/subscription/user_subscription_cancel.html.erb
phcdevworks_accounts_stripe-0.1.2 app/views/phcdevworks_accounts_stripe/user/products/user_product_list.html.erb
phcdevworks_accounts_stripe-0.1.1 app/views/phcdevworks_accounts_stripe/admin/customers/admin_customer_list.html.erb
phcdevworks_accounts_stripe-0.1.1 app/views/phcdevworks_accounts_stripe/user/subscription/user_subscription_cancel.html.erb