app/views/comable/admin/payment_methods/index.slim in comable_backend-0.3.3 vs app/views/comable/admin/payment_methods/index.slim in comable_backend-0.3.4

- old
+ new

@@ -5,11 +5,10 @@ = link_to Comable.t('admin.actions.new'), comable.new_admin_payment_method_path, class: 'btn btn-default' h1.page-header = Comable.t('admin.nav.payment_method') small< - = @payment_methods.total_count - = Comable.t('admin.results') + | #{@payment_methods.total_count} #{Comable.t('admin.results')} .comable-page-body - if @payment_methods.empty? = Comable.t('admin.not_found') - else