Sha256: 23954e5a46966dcdafc626e11ad510cf6f702bbbebf433bdc4417b0f76a48742

Contents?: true

Size: 742 Bytes

Versions: 2

Compression:

Stored size: 742 Bytes

Contents

doctype html
html
  head
    title Miranda
    meta name="keywords" content="template language"
    meta name="author" content="author"
    link href="css/bootstrap.css" rel="stylesheet" type="text/css"
	link href="css/bootstrap-theme.css" rel="stylesheet" type="text/css"
	link href="css/app.css" rel="stylesheet" type="text/css"
	script src="//code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"
    script src="js/bootstrap.js" type="text/javascript"
	script src="javascripts/labels.js" type="text/javascript"
    script src="javascripts/dashboard.js" type="text/javascript"
  body
  	.navbar.navbar-fixed-top
		.navbar-inner
			.container
				a href="/" class="brand" Miranda System Information
	.container.wrapper
		== yield
		

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
miranda-0.0.3 views/layout.slim
miranda-0.0.2 views/layout.slim