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