<%= %$remark{'date'} %>
-<%= %$remark{'author'} %>
-<%= %$remark{'body'} %>
-diff --git a/PostText.pl b/PostText.pl index 1cc6942..9b1fa12 100755 --- a/PostText.pl +++ b/PostText.pl @@ -121,7 +121,7 @@ group { # Gotta be a better way to name this route... return $c->redirect_to( - 'thread_idremark_page', + 'remark_page', {thread_id => $thread_id} ); } @@ -137,11 +137,10 @@ group { # Thread group { - under '/thread'; + under '/thread/:thread_id', [thread_id => qr/[0-9]+/]; - # This desperately needs clean-up - get '/:thread_id/:remark_page', - [thread_id => qr/[0-9]+/, remark_page => qr/[0-9]+/], + get '/:remark_page', + [remark_page => qr/[0-9]+/], {remark_page => 1}, sub ($c) { my $thread_id = $c->param('thread_id'); my $thread = $c->thread->get_thread_by_id($thread_id); diff --git a/templates/thread_id.html.ep b/templates/thread_id.html.ep index ab4f681..175afa0 100644 --- a/templates/thread_id.html.ep +++ b/templates/thread_id.html.ep @@ -13,21 +13,21 @@ <%= link_to Remark => thread_id => {thread_id => $thread->{'id'}} %> <% if (my $first_remark = @$remarks[0]) { =%> -
<%= %$remark{'body'} %>
-<%= %$remark{'body'} %>
+