app/views/oxen/accounts/_accounts.html.haml in oxen_account-0.2.9 vs app/views/oxen/accounts/_accounts.html.haml in oxen_account-0.3.0
- old
+ new
@@ -9,9 +9,10 @@
%thead
%tr
%th{ :"data-field"=>"name"}= t('.name')
%th{ :"data-field"=>"active"}= t('.active')
+ %th{ :"data-field"=>"name"}= t('.cups_adm')
%th= t(:delete)
%tbody.bordered.responsive-table.striped.hoverable.page.resources_list
- resources.each do |account|
= render partial: 'account', locals: { resource: account }