link_to("« Back to Messages", array("controller" => "messages")); ?>

link_to(h($message->author->username), array("controller" => "users", "action" => "show", "id" => $message->author->username)); ?>
link_to(h($message->recipient->username), array("controller" => "users", "action" => "show", "id" => $message->recipient->username)); ?>
created_at->format("D, j F Y \\a\\t H:i:s"); ?>
item) { ?> link_to(h($message->subject), array("controller" => "items", "action" => "show", "id" => $message->item_id)); ?> subject); ?>
sanitized_body(); ?>

Send a Reply