Sha256: cffa68c1e12b7ceb38d30feb17b96eb94da73f8e3449aaf5b58b826cd4ed22bc

Contents?: true

Size: 258 Bytes

Versions: 56

Compression:

Stored size: 258 Bytes

Contents

<h1>Editing customer</h1>

<% form_tag :action => 'update', :id => @customer do %>
  <%= render :partial => 'form' %>
  <%= submit_tag 'Edit' %>
<% end %>

<%= link_to 'Show', :action => 'show', :id => @customer %> |
<%= link_to 'Back', :action => 'list' %>

Version data entries

56 entries across 56 versions & 1 rubygems

Version Path
backlog-0.37.2 app/views/customers/edit.rhtml
backlog-0.37.1 app/views/customers/edit.rhtml
backlog-0.36.2 app/views/customers/edit.rhtml
backlog-0.12.1 app/views/customers/edit.rhtml
backlog-0.12.2 app/views/customers/edit.rhtml
backlog-0.12.3 app/views/customers/edit.rhtml
backlog-0.12.4 app/views/customers/edit.rhtml
backlog-0.14.0 app/views/customers/edit.rhtml
backlog-0.13.1 app/views/customers/edit.rhtml
backlog-0.13.0 app/views/customers/edit.rhtml
backlog-0.14.3 app/views/customers/edit.rhtml
backlog-0.14.1 app/views/customers/edit.rhtml
backlog-0.14.2 app/views/customers/edit.rhtml
backlog-0.15.0 app/views/customers/edit.rhtml
backlog-0.14.4 app/views/customers/edit.rhtml
backlog-0.15.1 app/views/customers/edit.rhtml
backlog-0.16.0 app/views/customers/edit.rhtml
backlog-0.17.0 app/views/customers/edit.rhtml
backlog-0.17.1 app/views/customers/edit.rhtml
backlog-0.17.2 app/views/customers/edit.rhtml