delete btn for menu item instance

This commit is contained in:
Yan
2017-11-07 17:31:14 +06:30
parent f7ef431ded
commit 8aa834a487
12 changed files with 54 additions and 55 deletions

View File

@@ -1,9 +1,9 @@
<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_root_path %>"><%= t("views.right_panel.button.home") %></a></li>
<li class="breadcrumb-item active"><%= t("views.right_panel.detail.account") %></li>
<span class="float-right">
<%= link_to t('.back', :default => t("views.btn.back")), dashboard_path %>
<%= link_to t('.back', :default => t("views.btn.back")), origami_root_path %>
</span>
</ol>
</div>