more fixes and updates
This commit is contained in:
parent
c1f0388da4
commit
a764632538
|
@ -1,4 +1,5 @@
|
|||
.panel.panel-default
|
||||
.panel-body
|
||||
.media
|
||||
.media-body
|
||||
%h6.media-heading.text-muted.answerbox--question-user
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$('#questions').append('<% @questions.each do |a|
|
||||
%><%= j render 'shared/answerbox', a: a
|
||||
%><%= j render 'shared/question', a: a
|
||||
%><% end %>');
|
||||
<% if @questions.next_page %>
|
||||
$('#pagination').html('<%= j will_paginate @questions, renderer: BootstrapPagination::Rails, page_links: false %>');
|
||||
|
|
Loading…
Reference in New Issue