Sha256: 0178b492d8d1e3c6f325cb0cba422a832f3c51400cfa925d425814b0a784cef6

Contents?: true

Size: 238 Bytes

Versions: 56

Compression:

Stored size: 238 Bytes

Contents

<% for column in Customer.content_columns %>
<p>
  <b><%= column.human_name %>:</b> <%=h @customer.send(column.name) %>
</p>
<% end %>

<%= link_to 'Edit', :action => 'edit', :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/show.rhtml
backlog-0.37.1 app/views/customers/show.rhtml
backlog-0.36.2 app/views/customers/show.rhtml
backlog-0.12.1 app/views/customers/show.rhtml
backlog-0.12.2 app/views/customers/show.rhtml
backlog-0.12.3 app/views/customers/show.rhtml
backlog-0.12.4 app/views/customers/show.rhtml
backlog-0.14.0 app/views/customers/show.rhtml
backlog-0.13.1 app/views/customers/show.rhtml
backlog-0.13.0 app/views/customers/show.rhtml
backlog-0.14.1 app/views/customers/show.rhtml
backlog-0.14.2 app/views/customers/show.rhtml
backlog-0.14.3 app/views/customers/show.rhtml
backlog-0.15.0 app/views/customers/show.rhtml
backlog-0.14.4 app/views/customers/show.rhtml
backlog-0.15.1 app/views/customers/show.rhtml
backlog-0.16.0 app/views/customers/show.rhtml
backlog-0.17.0 app/views/customers/show.rhtml
backlog-0.17.2 app/views/customers/show.rhtml
backlog-0.17.1 app/views/customers/show.rhtml