Remove BreadCrumb on CRM

This commit is contained in:
Phyo
2017-08-08 18:12:50 +06:30
parent a83b2c3acd
commit fe8e246898

View File

@@ -1,4 +1,4 @@
<div class="row"> <!-- <div class="row">
<div class="col-lg-12"> <div class="col-lg-12">
<ol class="breadcrumb"> <ol class="breadcrumb">
<li><a href="<%= crm_root_path %>">Home</a></li> <li><a href="<%= crm_root_path %>">Home</a></li>
@@ -7,10 +7,10 @@
</li> </li>
<!-- <a href="<%= new_crm_customer_path%>" class="btn btn-primary pull-right"> <!-- <a href="<%= new_crm_customer_path%>" class="btn btn-primary pull-right">
<i class="fa fa-plus-circle fa-lg"></i> Add Customer <i class="fa fa-plus-circle fa-lg"></i> Add Customer
</a> --> </a>
</ol> </ol>
</div> </div>
</div> </div> -->
<div class="row"> <div class="row">
<div class="col-lg-7 col-md-7 col-sm-7"> <div class="col-lg-7 col-md-7 col-sm-7">
@@ -226,4 +226,3 @@ $(document).on('click',".customer_tr",function(){
}); });
</script> </script>