mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Update index.html.erb
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<fieldset>
|
<fieldset>
|
||||||
<% @customer = c.name%>
|
<% @customer = c.name%>
|
||||||
<%= render :partial => 'customers/details' %>
|
<%= render :partial => 'customers/details' %>
|
||||||
<%= button_to "Show", c, method: :get %>
|
<%= button_to "Show", customer_path(c.id), method: :get %>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user