Show More
Commit Description:
fix layout problem, again...
Commit Description:
fix layout problem, again
git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@41 6386c4cd-e34a-4fa8-8920-d93eb39b512e
References:
File last commit:
Show/Diff file:
Action:
app/views/problems/show.rhtml
| 8 lines
| 235 B
| text/html+ruby
| RhtmlLexer
|
|
|
r0 | <% for column in Problem.content_columns %> | ||
| <p> | ||||
| <b><%= column.human_name %>:</b> <%=h @problem.send(column.name) %> | ||||
| </p> | ||||
| <% end %> | ||||
| <%= link_to 'Edit', :action => 'edit', :id => @problem %> | | ||||
| <%= link_to 'Back', :action => 'list' %> | ||||
