UI change

This commit is contained in:
yamin
2017-10-23 11:38:10 +06:30
parent 4874bb135c
commit 1aea52619a
4731 changed files with 19031 additions and 149 deletions

3
app/views/print_settings/index.html.erb Normal file → Executable file
View File

@@ -30,7 +30,7 @@
<!-- <th>Precision</th> -->
<!-- <th>Delimiter</th> -->
<!-- <th>Heading space</th> -->
<th>Action</th>
<th>Actions</th>
</tr>
</thead>
@@ -52,7 +52,6 @@
<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>
<!-- <td><%= link_to t("views.btn.delete"), print_setting, method: :delete, data: { confirm: 'Are you sure?' } %></td> -->
</tr>
<% end %>
</tbody>