change path in stock check

This commit is contained in:
phyusin
2018-08-21 10:48:45 +06:30
parent a5279a18c9
commit 3a0b0e68f3

View File

@@ -3,7 +3,7 @@
<li class="breadcrumb-item"><a href="<%= dashboard_path %>">Home</a></li>
<li class="breadcrumb-item active">Stock Check Report</li>
<span class="float-right">
<%= link_to 'Back', reports_stock_check_index_path %>
<%= link_to 'Back', dashboard_path %>
</span>
</ol>
</div>