Sha256: 1290a35f3badae07dec70233c37aa80988c00a5c879c1e218b87276fc2e27d6b

Contents?: true

Size: 1.46 KB

Versions: 4

Compression:

Stored size: 1.46 KB

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<% is_mobile = false if local_assigns[:is_mobile].nil? %>

<html xmlns="http://www.w3.org/1999/xhtml">

<head>
	<title>Mountain Goat <% if @title %> - <%=h @title %><% end %></title>
	
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	
	<%# These are mobile specific settings.  We are disabling zooming and fixing the width. %>
	<meta content='True' name='HandheldFriendly' />
	<!--<meta content='width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;' name='viewport' />-->
	<meta name="viewport" content="width=device-width" />
	
		
</head>

<body>
	
	<% if !flash[:message].blank? %>
		<div class="ocelot-flash message">
			<div class="message"><%= flash[:message] %></div>
		</div>
	<% end %>
	
	<% if !flash[:model].blank? %>
		<div class="ocelot-flash-model model">
			<div class="jqmWindow" id="dialog">
				<a href="#" class="jqmClose">Close</a>
				<div class="model"><%= flash[:model] %></div>
			</div>
		</div>
	<% end %>
	
	<% if !flash[:notice].blank? || !flash[:error].blank? %>
		<div class="ocelot-flash">
			<% if !flash[:error].blank? %><div class="error"><%= flash[:error] %></div><% end %>
			<% if !flash[:notice].blank? %><div class="notice"><%= flash[:notice] %></div><% end %>
		</div>
	<% end %>
	
	<div id="ocelot-main">
		<%= yield %>

		<div id="container-footer">
			
		</div>
	</div>
</body>

</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mountain-goat-0.0.5 lib/mountain_goat/views/mountain_goat/layouts/.tmp_mountain_goat.html.erb.2801~
mountain-goat-0.0.3 lib/mountain_goat/views/mountain_goat/layouts/mountain_goat.html.erb
mountain-goat-0.0.2 lib/mountain_goat/views/mountain_goat/layouts/mountain_goat.html.erb
mountain-goat-0.0.1 lib/mountain_goat/views/mountain_goat/layouts/mountain_goat.html.erb