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,9 +1,10 @@
|
|||||||
<h1>Customers</h1>
|
<h1>Customers</h1>
|
||||||
<br/>
|
<br/>
|
||||||
<% @customers.each do |@customer| %>
|
<% @customers.each do |c| %>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="span6 columns">
|
<div class="span6 columns">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
|
<% @customer = c %>
|
||||||
<%= render :partial => 'customers/details' %>
|
<%= render :partial => 'customers/details' %>
|
||||||
<%= button_to "Show", customer_path(c.id), method: :get %>
|
<%= button_to "Show", customer_path(c.id), method: :get %>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|||||||
Reference in New Issue
Block a user