Sha256: f92c978c762504e9a5c44974e2b2e69c82b0a3909b0878bc4b12358fb046c524

Contents?: true

Size: 860 Bytes

Versions: 4

Compression:

Stored size: 860 Bytes

Contents

<!doctype html>

<html>
<head>
	<meta charset="utf-8">
	<title><%= @options['name'] %> - DaftOS</title>
	<% @options['libs'].each do |lib| %>
    <% if lib =~ /.*(\.js|\.coffee)/ %>
		  <script src="/<%= @app_id %>/<%= lib %>"></script>
    <% else %>
      <link rel="stylesheet" href="/<%= @app_id %>/<%= lib %>">
    <% end %>
	<% end %>
</head>
<body data-app-name="<%= @app_id %>">

<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
	<div class="container" style="width: auto; margin-left: 30px;">
		<ul class="nav">
			<li class="dropdown">
				<a href="#" class="dropdown-toggle brand" style="color: white;"
				 data-toggle="dropdown">
				<%= @options['name'] %>
				</a>
				<ul class="dropdown-menu">
					<li><a href="/">Apps</a></li>
				</ul></li>
		</ul>
	</div>
</div>
</div>
<div id="top-free-space" style="height: 40px;"></div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
daftos-0.4.1 lib/daftos/views/app_header.erb
daftos-0.4.0 lib/daftos/views/app_header.erb
daftos-0.3.0 lib/daftos/views/app_header.erb
daftos-0.2.0 lib/daftos/views/app_header.erb