update confirm box

This commit is contained in:
Aung Myo
2017-10-19 18:17:56 +06:30
parent 034685e1e9
commit 78c6304748
21 changed files with 364 additions and 556 deletions

View File

@@ -14,7 +14,7 @@
<div class="m-b-10 clearfix">
<%= link_to t("views.btn.new"),new_print_setting_path,:class => 'btn btn-primary btn-lg float-right waves-effect"' %>
</div>
<div class="card">
<div class="card table-responsive">
<table class="table table-striped">
<thead>
<tr>
@@ -27,9 +27,9 @@
<th>Page width</th>
<th>Page height</th>
<th>Print copies</th>
<th>Precision</th>
<th>Delimiter</th>
<th>Heading_space</th>
<!-- <th>Precision</th> -->
<!-- <th>Delimiter</th> -->
<!-- <th>Heading space</th> -->
<th>Action</th>
</tr>
</thead>
@@ -46,9 +46,9 @@
<td><%= print_setting.page_width %></td>
<td><%= print_setting.page_height %></td>
<td><%= print_setting.print_copies %></td>
<td><%= print_setting.precision %></td>
<td><%= print_setting.delimiter %></td>
<td><%= print_setting.heading_space %></td>
<!-- <td><%= print_setting.precision %></td> -->
<!-- <td><%= print_setting.delimiter %></td> -->
<!-- <td><%= print_setting.heading_space %></td> -->
<td>
<%= link_to t("views.btn.show"), print_setting,:class => 'btn btn-primary btn-sm waves-effect' %>
<%= link_to t("views.btn.edit"), edit_print_setting_path(print_setting),:class => 'btn btn-info btn-sm waves-effect' %></td>