AutoCommit Don Aug 6 23:03:01 CEST 2015
This commit is contained in:
@@ -14,10 +14,10 @@
|
||||
<% end %>
|
||||
</p>
|
||||
|
||||
<div id="<%= divid_for(comment,"newform") %>">
|
||||
</div>
|
||||
|
||||
<div id="<%= Comment.wrapid_for( comment)%>">
|
||||
<%= render partial:"comments/comments", object: comment.children.order(:created_at).reverse_order if comment.children.size >0 %>
|
||||
</div>
|
||||
<div id="<%= divid_for(comment,"newform") %>"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
<% end%>
|
||||
|
||||
|
||||
|
||||
<%= new_question_for(neuigkeit_view) %>
|
||||
<%= render_attachments_for(neuigkeit_view) %>
|
||||
|
||||
<%= render 'layouts/pretty_toolbar', :object=> @toolbar_elements %>
|
||||
|
||||
3
app/views/survey/questions/_new_question.html.erb
Normal file
3
app/views/survey/questions/_new_question.html.erb
Normal file
@@ -0,0 +1,3 @@
|
||||
<% question_templates.each do |q| %>
|
||||
<%= link_to q.title, new_survey_question_path() %>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user