mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Update index.html.erb
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user