Sha256: 128024634232499ddcfbdbbdf82ff839352fb318d97fabc7c127767d50aab2aa
Contents?: true
Size: 422 Bytes
Versions: 4
Compression:
Stored size: 422 Bytes
Contents
<%= will_paginate @changelogs, :params => { :pagination => nil } %> <%= ajax_pagination_loadzone do %> <% @changelogs.each do |changelog| %> <%= content_tag :div, :style => "border-bottom: 1px solid black;" do %> <h3><%= simple_format(changelog.title) %></h3> <%= simple_format(changelog.content) %> <% end %> <% end %> <% end %> <%= will_paginate @changelogs, :params => { :pagination => nil } %>
Version data entries
4 entries across 4 versions & 1 rubygems