app/views/plugins/ecommerce/admin/payment_methods/index.html.erb in camaleon_ecommerce-1.2 vs app/views/plugins/ecommerce/admin/payment_methods/index.html.erb in camaleon_ecommerce-1.2.1
- old
+ new
@@ -1,20 +1,20 @@
<div class="panel panel-default">
<div class="panel-heading">
- <h4><span class="fa fa-credit-card"></span> <%= t('plugin.ecommerce.payment_methods') %></h4>
- <%= link_to raw("<i class='fa fa-plus'></i> #{t('plugin.ecommerce.add_payment_method')}"), {action: :new}, class: "btn btn-primary pull-right" %>
+ <h4><span class="fa fa-credit-card"></span> <%= t('plugins.ecommerce.payment_methods') %></h4>
+ <%= link_to raw("<i class='fa fa-plus'></i> #{t('plugins.ecommerce.add_payment_method')}"), {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.method_type') %></th>
- <th id=""><%= t('plugin.ecommerce.table.status') %></th>
- <th id=""><%= t('plugin.ecommerce.table.description') %></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.method_type') %></th>
+ <th id=""><%= t('plugins.ecommerce.table.status') %></th>
+ <th id=""><%= t('plugins.ecommerce.table.description') %></th>
+ <th><%= t('plugins.ecommerce.table.actions') %></th>
</tr>
</thead>
<tbody>
<%
@payment_methods.each do |row|