Sha256: 1907f30d7c356443695682d33704d2d0f96bb479dfb34277ac8a67c14bfa2c5b

Contents?: true

Size: 229 Bytes

Versions: 2

Compression:

Stored size: 229 Bytes

Contents

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

<%= link_to 'Edit', :action => 'edit', :id => @panel %> |
<%= link_to 'Back', :action => 'list' %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
advertnet-1.0.0 app/views/panels/show.rhtml
advertnet-1.0.1 app/views/panels/show.rhtml