app/views/rostra/questions/index.html.erb in rostra-0.0.14 vs app/views/rostra/questions/index.html.erb in rostra-0.0.15

- old
+ new

@@ -42,9 +42,11 @@ <div class="timestamp"><%= time_ago_in_words(question.updated_at) %> ago</div> <%= tag_list(question) %> </div> <% end %> + <%= will_paginate @posts %> + <% end %> </div><!-- questions --> </div><!--page_content-->