change dashboard to root path

This commit is contained in:
Thein Lin Kyaw
2020-09-07 10:53:57 +06:30
parent cf86fcc248
commit 8c10929eeb
164 changed files with 181 additions and 191 deletions

View File

@@ -1,7 +1,7 @@
<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">Menu Item Group</li>
<span class="float-right">
<%= link_to t('.back', :default => t("views.btn.back")), dashboard_path %>