update breadcrumb
This commit is contained in:
@@ -10,7 +10,14 @@
|
||||
<% end %>
|
||||
<li class="breadcrumb-item active">New</li>
|
||||
<span class="float-right">
|
||||
<%= link_to t('.back', :default => t("views.btn.back")), settings_zone_path(@zone) %>
|
||||
<% if @table %>
|
||||
<%= link_to t('.back', :default => t("views.btn.back")), edit_settings_zone_table_path(@zone,@settings_dining_facility) %>
|
||||
|
||||
<% elsif @room %>
|
||||
<%= link_to t('.back', :default => t("views.btn.back")), edit_settings_zone_room_path(@zone,@settings_dining_facility) %>
|
||||
|
||||
<% end %>
|
||||
|
||||
</span>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user