forked from bofh/fetsite
AutoCommit Mon Aug 10 20:03:02 CEST 2015
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
<div id="container_question_<%= answeredquestion.id %>" style="min-width: 310px; max-width: 800px; height: <%= (100+answeredquestion.choices.count * 90).to_s %>px; margin: 0 auto" class="contentbox">
|
||||
<div style="background:red">
|
||||
<b><%= answeredquestion.title%></b>
|
||||
<b>
|
||||
<%= answeredquestion.title%>
|
||||
</b>
|
||||
<ul>
|
||||
<% answeredquestion.choices.each do |c| %>
|
||||
<li>
|
||||
|
||||
Reference in New Issue
Block a user