mirror of
https://github.com/rickbarrette/redmine_qbo_lineitems.git
synced 2026-04-02 15:11:58 -04:00
6 lines
217 B
Plaintext
6 lines
217 B
Plaintext
<div>
|
|
<b><%=t(:label_item_count)%></b> <%= Item.count %> @ <%= Item.last_sync %>
|
|
<br/>
|
|
<%=t(:label_last_sync)%> </b> <%= Qbo.last_sync if Qbo.exists? %>
|
|
</div>
|
|
<%= link_to t(:label_sync_now), sync_items_path %> |