mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 08:54:23 -05:00
Update index.html.erb
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<h1>Customers</h1>
|
||||
<br/>
|
||||
<% QboCustomer.all.each do |c| %>
|
||||
<% @customers do |c| %>
|
||||
<div class="row">
|
||||
<div class="span6 columns">
|
||||
<fieldset>
|
||||
@@ -11,6 +11,8 @@
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
<%= @customer_pages %>
|
||||
|
||||
<div class="actions">
|
||||
<%= button_to "New", new_customer_path, method: :get %>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user