Sha256: debd2f27b7182c4efa52ddfc409dd6b1f836050ae7fad46a44df8b6df21d2edb
Contents?: true
Size: 451 Bytes
Versions: 12
Compression:
Stored size: 451 Bytes
Contents
<%= ajax_links :section_id => "page" do %> <%= will_paginate @changelogs %> <% end %> <%= 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 %> <%= ajax_links :section_id => "page" do %> <%= will_paginate @changelogs %> <% end %>
Version data entries
12 entries across 6 versions & 1 rubygems