Files
redmine_qbo_lineitems/app/views/line_items/_settings.html.erb

6 lines
216 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), items_sync_path%>