Sha256: b34c6ab71c428fc3ec9ec1359c52c1a23f9ffdc32e9b8277269477a3e94ef217

Contents?: true

Size: 886 Bytes

Versions: 1

Compression:

Stored size: 886 Bytes

Contents

<html>
<head>
    <title>Arnold: the provisionator</title>
    <link rel="stylesheet" type="text/css" href="/jquery-ui.css" media="all" />
    <link rel="stylesheet" type="text/css" href="/style.css" />
    <script type="text/javascript" src="/jquery.js"></script>
    <script type="text/javascript" src="/scripts.js"></script>
</head>
<body>
    <h1>Arnold: <i>the provisionator</i></h1>
    <div id="tabs" class="ui-tabs ui-widget ui-widget-content ui-corner-all">
      <ul class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all">
    		<li class="ui-state-default ui-corner-top"><a href="/">List Nodes</a></li>
    		<li class="ui-state-default ui-corner-top"><a href="/new">Create New Node</a></li>
    	</ul>
    	<div id="content" class="ui-tabs-panel ui-widget-content ui-corner-bottom">
        <%= yield %>
    	</div>
    </div>
</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
arnold-0.0.1 views/layout.erb