update Setting all layout

This commit is contained in:
Aung Myo
2017-10-12 15:20:48 +06:30
parent 9365e64066
commit 535fe17d81
39 changed files with 914 additions and 530 deletions

View File

@@ -1,13 +1,15 @@
<div class="page-header">
<ul class="breadcrumb">
<li><a href="<%= root_path %>">Home</a></li>
<li><a href="<%= settings_item_sets_path %>">Item Set</a></li>
<span style="float: right">
</span>
</ul>
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="<%= dashboard_path %>">Home</a></li>
<li class="breadcrumb-item"><a href="<%= settings_item_sets_path %>">Item Set</a></li>
<li class="breadcrumb-item active">Details</li>
<span class="float-right">
<%= link_to 'Back', settings_item_sets_path %>
</span>
</ol>
</div>
<br>
<div class="col-md-6">
<table class="table">
@@ -31,8 +33,6 @@
</tr>
</tbody>
</table>
<%= link_to 'Edit', edit_settings_item_set_path(@settings_item_set),:class=>'btn btn-primary' %>
<%= link_to 'Back', settings_item_sets_path,:class=>'btn btn-danger' %>
</div>