Sha256: 031921f71a3224122e246dd9cafe4c4a9cfbe6993a3e87b78de7fb2d388df249
Contents?: true
Size: 476 Bytes
Versions: 9
Compression:
Stored size: 476 Bytes
Contents
<div id="question"> <div id="question_list"> <ul> <% manifestation.questions(:user => current_user).each do |question| %> <li> <%= link_to question.body, question %> (<%= t('page.last_updated') %>: <%=l question.updated_at %>) </li> <% end %> </ul> <%= will_paginate(manifestation.questions(:user => current_user), :param_name => :question_page, :class => 'content_pagination digg_pagination') -%> </div> </div>
Version data entries
9 entries across 9 versions & 1 rubygems