update view files

This commit is contained in:
Aung Myo
2017-07-27 17:43:07 +06:30
parent 382c4f7161
commit 63cda9a076
5 changed files with 25 additions and 20 deletions

View File

@@ -29,7 +29,7 @@
<th>Precision</th>
<th>Delimiter</th>
<th>Heading_space</th>
<th colspan="3"></th>
<th>Action</th>
</tr>
</thead>
@@ -51,9 +51,8 @@
<td><%= print_setting.precision %></td>
<td><%= print_setting.delimiter %></td>
<td><%= print_setting.heading_space %></td>
<td><%= link_to 'Show', print_setting %></td>
<td><%= link_to 'Edit', edit_print_setting_path(print_setting) %></td>
<td><%= link_to 'Destroy', print_setting, method: :delete, data: { confirm: 'Are you sure?' } %></td>
<td><%= link_to 'Show', print_setting %> | <%= link_to 'Edit', edit_print_setting_path(print_setting) %></td>
<!-- <td><%= link_to 'Destroy', print_setting, method: :delete, data: { confirm: 'Are you sure?' } %></td> -->
</tr>
<% end %>
</tbody>