Added qbo partial views

This commit is contained in:
2018-09-19 22:57:45 -04:00
parent 4d99f54c79
commit e24b704571
3 changed files with 3 additions and 1 deletions

View File

@@ -20,5 +20,5 @@
<% end %>
<div>
<%= Customer.count %> Customers - <b>Last Sync: </b> <%= Qbo.last_sync if Qbo.exists? %>
<%= render :partial => 'qbo/stats' %>
</div>

View File

@@ -0,0 +1 @@
<b>Last Sync: </b> <%= Qbo.last_sync if Qbo.exists? %>

View File

@@ -0,0 +1 @@
<%= Customer.count %> Customers - <%= render :partial => 'qbo/last_sync' %>