mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2026-02-14 09:34:00 -05:00
render partial on footer
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
"<div id='footer' align='center'>
|
||||
<b><%=I18n.translate(:label_last_sync)%>: </b> <%=Qbo.last_sync if Qbo.exists?%>
|
||||
</div>"
|
||||
<div id='footer' align='center'>
|
||||
<%= render partial: 'qbo/last_sync' %>
|
||||
</div>
|
||||
Reference in New Issue
Block a user