Sha256: b794a1175188bc4cd344ebc91658f1af40565ce87d6236b2382fe97e2c851626

Contents?: true

Size: 465 Bytes

Versions: 5

Compression:

Stored size: 465 Bytes

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    <%= erb(:headers) %>
  </head>
  <body>
    <div id="header">
      <%= erb(:search) %>
    </div>

    <iframe id="search_frame"></iframe>

    <div id="content" style="padding-top: 12px;">
		<%= yieldall %>
	</div>

    <%= erb(:footer) %>
  </body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
yard-restful-1.2.4 templates/default/layout/html/layout.erb
yard-restful-1.2.3 templates/default/layout/html/layout.erb
yard-restful-1.2.2 templates/default/layout/html/layout.erb
yard-restful-1.2.1 templates/default/layout/html/layout.erb
yard-restful-1.2.0 templates/default/layout/html/layout.erb