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