applied my changes - initial import
[boxroom-stian.git] / app / views / frontpage / show.rhtml
blobffb0a60a5e0d430d3d2133a399c56bfebcb61e15
1 <% for column in News.content_columns %>
2 <p>
3   <b><%= column.human_name %>:</b> <%=h @news.send(column.name) %>
4 </p>
5 <% end %>
7 <%= link_to 'Edit', :action => 'edit', :id => @news %> |
8 <%= link_to 'Back', :action => 'list' %>