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