<%= column.human_name %> | <% end %>Edit | Destroy |
---|---|---|
<%=h charge_template.send(column.name) %> | <% end %><%= link_to 'Edit', :action => 'edit', :id => charge_template %> | <%= link_to 'Destroy', { :action => 'destroy', :id => charge_template }, :confirm => 'Are you sure?' %> |
There are currently no charge templates.
<% end %> <%= link_to 'New charge_template', :action => 'new' %>