app/views/plugins/ecommerce/admin/coupons/index.html.erb in camaleon_ecommerce-1.2 vs app/views/plugins/ecommerce/admin/coupons/index.html.erb in camaleon_ecommerce-1.2.1

- old
+ new

@@ -1,23 +1,23 @@ <div class="panel panel-default"> <div class="panel-heading"> - <h4><span class="fa fa-tag"></span> <%= t('plugin.ecommerce.coupons') %></h4> - <%= link_to raw("<i class='fa fa-plus'></i> #{t('plugin.ecommerce.add_coupons')}"), {action: :new}, class: "btn btn-primary pull-right" %> + <h4><span class="fa fa-tag"></span> <%= t('plugins.ecommerce.coupons') %></h4> + <%= link_to raw("<i class='fa fa-plus'></i> #{t('plugins.ecommerce.add_coupons')}"), {action: :new}, class: "btn btn-primary pull-right" %> </div> <div class="panel-body"> <table class="table"> <thead> <tr> - <th id=""><%= t('plugin.ecommerce.table.code') %></th> - <th id=""><%= t('plugin.ecommerce.table.name') %></th> - <th id=""><%= t('plugin.ecommerce.table.status') %></th> - <th id=""><%= t('plugin.ecommerce.table.amount') %></th> - <th id=""><%= t('plugin.ecommerce.table.min_cart_total') %></th> - <th id=""><%= t('plugin.ecommerce.table.expiration_date') %></th> - <th id=""><%= t('plugin.ecommerce.table.allowed_applications') %></th> - <th id=""><%= t('plugin.ecommerce.table.used_applications') %></th> - <th><%= t('plugin.ecommerce.table.actions') %></th> + <th id=""><%= t('plugins.ecommerce.table.code') %></th> + <th id=""><%= t('plugins.ecommerce.table.name') %></th> + <th id=""><%= t('plugins.ecommerce.table.status') %></th> + <th id=""><%= t('plugins.ecommerce.table.amount') %></th> + <th id=""><%= t('plugins.ecommerce.table.min_cart_total') %></th> + <th id=""><%= t('plugins.ecommerce.table.expiration_date') %></th> + <th id=""><%= t('plugins.ecommerce.table.allowed_applications') %></th> + <th id=""><%= t('plugins.ecommerce.table.used_applications') %></th> + <th><%= t('plugins.ecommerce.table.actions') %></th> </tr> </thead> <tbody> <% @coupons.each do |row|