Merge branch 'r-1902001-01' into foodcourt
This commit is contained in:
@@ -1 +1,11 @@
|
||||
<%= render 'form', settings_table: @settings_table %>
|
||||
<div class="page-header">
|
||||
<ol class="breadcrumb">
|
||||
<li class="breadcrumb-item"><a href="<%= root_path %>">Home</a></li>
|
||||
<li class="breadcrumb-item"><a href="<%= settings_zone_path(@zone) %>">Tables</a></li>
|
||||
<li class="breadcrumb-item active">Edit</li>
|
||||
<span class="float-right">
|
||||
<%= link_to t('.back', :default => t("views.btn.back")), settings_zone_path(@zone) %>
|
||||
</span>
|
||||
</ol>
|
||||
</div>
|
||||
<%= render 'form', settings_table: @settings_table %>
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
<div class="page-header">
|
||||
<ol class="breadcrumb">
|
||||
<li class="breadcrumb-item"><a href="<%= dashboard_path %>">Home</a></li>
|
||||
<li class="breadcrumb-item"><a href="<%= root_path %>">Home</a></li>
|
||||
<li class="breadcrumb-item active">Tables</li>
|
||||
<span class="float-right">
|
||||
<%= link_to 'Back', dashboard_path %>
|
||||
<%= link_to 'Back', root_path %>
|
||||
</span>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
@@ -1 +1,11 @@
|
||||
<%= render 'form', settings_table: @settings_table %>
|
||||
<div class="page-header">
|
||||
<ol class="breadcrumb">
|
||||
<li class="breadcrumb-item"><a href="<%= root_path %>">Home</a></li>
|
||||
<li class="breadcrumb-item"><a href="<%= settings_zone_path(@zone) %>">Tables</a></li>
|
||||
<li class="breadcrumb-item active">New</li>
|
||||
<span class="float-right">
|
||||
<%= link_to t('.back', :default => t("views.btn.back")), settings_zone_path(@zone) %>
|
||||
</span>
|
||||
</ol>
|
||||
</div>
|
||||
<%= render 'form', settings_table: @settings_table %>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<div class="page-header">
|
||||
<ol class="breadcrumb">
|
||||
<li class="breadcrumb-item"><a href="<%= dashboard_path %>">Home</a></li>
|
||||
<li class="breadcrumb-item"><a href="<%= root_path %>">Home</a></li>
|
||||
<li class="breadcrumb-item"><a href="<%= settings_zone_tables_path %>">Tables</a></li>
|
||||
<li class="breadcrumb-item active">Details</li>
|
||||
<span class="float-right">
|
||||
|
||||
Reference in New Issue
Block a user