Update index.html.erb

This commit is contained in:
2016-08-01 16:01:24 -04:00
committed by GitHub
parent e503c965c3
commit 9c667c20da

View File

@@ -17,14 +17,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
<b>Customer Count:</b> <%= @customer_count.to_s%>
</div>
<br/>
<div>
<b>Item Count:</b> <%= @qbo_item_count.to_s %>
</div>
<br/>
<div>
<b>Employee Count:</b> <%= @qbo_employee_count.to_s %>
</div>
@@ -38,5 +34,9 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
</div>
<br/>
Last sync: <%= Qbo.first.last_sync %>
<div>
<b>Last sync: </b> <%= Qbo.first.last_sync %>
</div>
</body>