repo.or.cz
/
boxroom-stian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
applied my changes - initial import
[boxroom-stian.git]
/
app
/
views
/
frontpage
/
show.rhtml
blob
ffb0a60a5e0d430d3d2133a399c56bfebcb61e15
1
<% for column in News.content_columns %>
2
<p>
3
<b><%= column.human_name %>:</b> <%=h @news.send(column.name) %>
4
</p>
5
<% end %>
6
7
<%= link_to 'Edit', :action => 'edit', :id => @news %> |
8
<%= link_to 'Back', :action => 'list' %>