app/views/plugins/ecommerce/admin/prices/index.html.erb in camaleon_ecommerce-0.0.4 vs app/views/plugins/ecommerce/admin/prices/index.html.erb in camaleon_ecommerce-1.1
- old
+ new
@@ -28,11 +28,9 @@
<%= link_to raw('<i class="fa fa-edit"></i>'), {action: :edit, id: row[:id] }, class: "btn btn-default btn-xs", title: "#{t('camaleon_cms.admin.button.edit')}" %>
<%= link_to raw('<i class="fa fa-times"></i>'), {action: :destroy, id: row[:id] }, method: :delete, data: { confirm: t('camaleon_cms.admin.message.delete') }, class: "btn btn-danger btn-xs", title: "#{t('camaleon_cms.admin.button.delete')}" %>
</td>
</tr>
<% end %>
-
-
</tbody>
</table>
<%= content_tag("div", raw(t('camaleon_cms.admin.message.data_found_list')), class: "alert alert-warning") if @prices.empty? %>
</div>
</div>