Sha256: 48e99c984daab9181a48a3eb4888fd2b0ccb0c462b486c5984fb424a32ececba

Contents?: true

Size: 470 Bytes

Versions: 8

Compression:

Stored size: 470 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>
	<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
	<meta http-equiv="imagetoolbar" content="no" /> 
	
	<title><%= @title %></title>

	<% if @rio_app %>
		<%= application_stylesheet %>
	<% end %>
</head>
<body>
	<%= yield  %>
	<%= rio %>
</body>
</html>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
riojs-0.0.7 generators/rio_app/templates/rio.html.erb
riojs-0.0.6 generators/rio_app/templates/rio.html.erb
riojs-0.0.5 generators/rio_app/templates/rio.html.erb
riojs-0.0.4 generators/rio_app/templates/rio.html.erb
riojs-0.0.3 generators/rio_app/templates/rio.html.erb
riojs-0.0.2 generators/rio_app/templates/rio.html.erb
riojs-0.0.1 generators/rio_app/templates/rio.html.erb
riojs-0.0.0 generators/rio_app/templates/rio.html.erb