Sha256: 5af14d96f71704567a485290b3bf9ccd35160a1951f2ba8d062b34a0fc53854b
Contents?: true
Size: 411 Bytes
Versions: 3
Compression:
Stored size: 411 Bytes
Contents
<%= will_paginate @changelogs, :params => { :pagination => nil } %> <%= ajax_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
3 entries across 2 versions & 1 rubygems