Sha256: 3800d163cff8381ce61fe257986dc7f7844b99f235580e8f4192c002e61be840
Contents?: true
Size: 249 Bytes
Versions: 22
Compression:
Stored size: 249 Bytes
Contents
<% for column in WorkAccount.content_columns %> <p> <b><%= column.human_name %>:</b> <%=h @work_account.send(column.name) %> </p> <% end %> <%= link_to 'Edit', :action => 'edit', :id => @work_account %> | <%= link_to 'Back', :action => 'list' %>
Version data entries
22 entries across 22 versions & 1 rubygems