update cus show

This commit is contained in:
Aung Myo
2017-11-17 09:47:09 +06:30
parent c0733d7c48
commit 9b1bc61adc

View File

@@ -98,7 +98,7 @@
<div class="tab-pane" id="order" role="tabpanel" style="min-height:670px; max-height:670px; "> <div class="tab-pane" id="order" role="tabpanel" style="min-height:670px; max-height:670px; ">
<h3><%= t :order_details %></h3> <h5><%= t :order_details %></h5>
<div class="table-responsive"> <div class="table-responsive">
<table class="table table-striped"> <table class="table table-striped">
<thead> <thead>
@@ -128,7 +128,7 @@
</div> </div>
<div class="tab-pane" id="sale" role="tabpanel" style="min-height:670px; max-height:670px; "> <div class="tab-pane" id="sale" role="tabpanel" style="min-height:670px; max-height:670px; ">
<h3><%= t :sale_details %></h3> <h5><%= t :sale_details %></h5>
<div class="table-responsive"> <div class="table-responsive">
<table class="table table-striped"> <table class="table table-striped">
<thead> <thead>
@@ -165,9 +165,8 @@
</div> </div>
<div class="col-lg-1 col-md-1 col-sm-1"> <div class="col-lg-1 col-md-1 col-sm-1">
<br><br> <a href="<%= crm_customers_path%>" class="btn btn-default btn-sm">
<a href="<%= crm_customers_path%>" class="btn btn-primary btn-lg"> <i class="material-icons">reply</i><%= t("views.btn.back") %>
<i class="fa fa-arrow-left fa-lg"></i> <%= t("views.btn.back") %>
</a> </a>
</div> </div>