fix cashier page height & breadcrumb helper
This commit is contained in:
@@ -1,11 +1 @@
|
||||
<div class="page-header">
|
||||
<ol class="breadcrumb">
|
||||
<li class="breadcrumb-item"><a href="<%= dashboard_path %>"><%= t("views.right_panel.button.home") %></a></li>
|
||||
<li class="breadcrumb-item"><a href="<%= settings_commissions_path %>"><%= t("en.commissions") %></a></li>
|
||||
<li class="breadcrumb-item active"><%= t("views.btn.edit") %></li>
|
||||
<span class="float-right">
|
||||
<%= link_to t('.back', :default => t("views.btn.back")), settings_commissions_path %>
|
||||
</span>
|
||||
</ol>
|
||||
</div>
|
||||
<%= render 'form', commission: @commission %>
|
||||
<%= render 'form', commission: @commission %>
|
||||
Reference in New Issue
Block a user