change back btn link dashboard to root path

This commit is contained in:
yarzar_code
2020-09-09 17:19:07 +06:30
parent 0254c4be35
commit f2fa11b2ee
38 changed files with 38 additions and 38 deletions

View File

@@ -3,7 +3,7 @@
<li class="breadcrumb-item"><a href="<%= 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")), root_path %>
</span>
</ol>
</div>