AutoCommit Don Aug 6 23:03:01 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-08-06 23:03:01 +02:00
parent bdb0025a8c
commit 73f364e620
7 changed files with 21 additions and 6 deletions

View File

@@ -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>

View File

@@ -46,7 +46,7 @@
<% end%>
<%= new_question_for(neuigkeit_view) %>
<%= render_attachments_for(neuigkeit_view) %>
<%= render 'layouts/pretty_toolbar', :object=> @toolbar_elements %>

View File

@@ -0,0 +1,3 @@
<% question_templates.each do |q| %>
<%= link_to q.title, new_survey_question_path() %>
<% end %>