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

- old
+ new

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