Started working on the QBO index page

This commit is contained in:
2016-01-04 22:37:06 -05:00
parent 8a28b12323
commit 515e7fb691
3 changed files with 14 additions and 4 deletions

View File

@@ -12,6 +12,12 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
<body>
<h2>QboController#index</h2>
<h1> Redmine Quickbooks</h1>
Customer Count: <%= @qbo_customer_count %>
<br/>
<br/>
<%= link_to "Sync", qbo_sync_path %>
</body>