Sha256: 739370f652c1821ef421c8476c3e886c77d06cb5030f9475afbbda83a4746512
Contents?: true
Size: 561 Bytes
Versions: 6
Compression:
Stored size: 561 Bytes
Contents
<html> <head> <title>Portlet title</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta> <base href="<%= @netloc -%>/images/portlet_test_bench/" /> </head> <body> <div id="anchor_absolute_url"> <a href="<%= @netloc -%>/caterpillar/test_bench">Absolute url</a> </div> <div id="anchor_absolute_path"> <a href="/caterpillar/test_bench">Absolute path</a> </div> <div id="anchor_relative_path"> <a href="../../caterpillar/test_bench">Relative path</a> </div> </body> </html>
Version data entries
6 entries across 6 versions & 1 rubygems