% layout 'default'; % title 'View';

Messages from the World Wide Web

<% for my $post (@$view_posts) { =%>

<%= @$post[0] %>

<%= @$post[2] %>

- <%= @$post[1] %> <% if (@$post[3]) { =%> (<%= link_to Homepage => @$post[3] %>) <% } =%>

<% } =%>
<% if ($last_page && $last_page != 1) { =%> <% } =%>