Sha256: cfd3a698ab96d2bbf45d4e59ec59b68fa42dfd6f819b62310e4e783f6d00ef11
Contents?: true
Size: 1 KB
Versions: 1
Compression:
Stored size: 1 KB
Contents
<html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <title>Test View</title> </head> <body id="view.html"> <h1>Heading</h1> <h1 id="h1_id">Heading with ID</h1> <h1 class="h1_class">Heading with class</h1> <%= link_to('Test link_to', 'http://example.com') %> <a href="http://soveryverymuchclass" class="a_class">Test classes with pseudoclasses</a> <a href="http://ihaveatotallycoolidentity" id="a_id">Test ids with pseudoclasses</a> <%= image_tag('portrait_of_the_artist.gif') %> <%= image_tag('baltimore_orioles.jpg', :class => 'img_class') %> <%= image_tag('sideways_pony.png', :id => 'img_id') %> <%= link_to('Test link_to with id', {:controller => 'test'}, {:id => 'link_to_id'}) %> <%= link_to('Test link_to with class', {:action => 'test'}, {:class => 'link_to_class'}) %> <%= link_to('Test link_to with resource id, no html id', :action => 'test', :id => not_an_html_id) %> <%= label(:test, :test_title, 'A Test Title', :id => 'label_id') %> </body>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
csses-1.0.0 | test/test_site/view.html.erb |