delete btn for menu item instance
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<div class="page-header">
|
||||
<ol class="breadcrumb">
|
||||
<li class="breadcrumb-item"><a href="<%= origami_path %>"><%= t("views.right_panel.button.home") %></a></li>
|
||||
<li class="breadcrumb-item"><a href="<%= origami_path(1) %>"><%= t("views.right_panel.button.home") %></a></li>
|
||||
<li class="breadcrumb-item active"><%= t("views.right_panel.detail.survey") %></li>
|
||||
|
||||
<span class="float-right">
|
||||
<%= link_to t('.back', :default => t("views.btn.back")), root_path %>
|
||||
<%= link_to t('.back', :default => t("views.btn.back")), origami_root_path %>
|
||||
</span>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user