app/views/plugins/ecommerce/admin/payment_methods/index.html.erb in camaleon_ecommerce-1.2.1 vs app/views/plugins/ecommerce/admin/payment_methods/index.html.erb in camaleon_ecommerce-2.0.0

- old
+ new

@@ -6,24 +6,22 @@ <div class="panel-body"> <table class="table"> <thead> <tr> - <th id=""><%= t('plugins.ecommerce.table.id') %></th> - <th id=""><%= t('plugins.ecommerce.table.name') %></th> - <th id=""><%= t('plugins.ecommerce.table.method_type') %></th> - <th id=""><%= t('plugins.ecommerce.table.status') %></th> - <th id=""><%= t('plugins.ecommerce.table.description') %></th> + <th><%= t('plugins.ecommerce.table.name') %></th> + <th><%= t('plugins.ecommerce.table.method_type') %></th> + <th><%= t('plugins.ecommerce.table.status') %></th> + <th><%= t('plugins.ecommerce.table.description') %></th> <th><%= t('plugins.ecommerce.table.actions') %></th> </tr> </thead> <tbody> <% @payment_methods.each do |row| row = row.decorate %> <tr> - <td><%= row.slug %></td> <td><%= row.name %></td> <td><%= row.method_text %></td> <td><%= raw row.the_status %></td> <td><%= row.description.translate %></td> <td>