Sha256: e908756153a8826e0c55e71eea5b6108cb26f383ff60c6bfa936860155fb9883
Contents?: true
Size: 798 Bytes
Versions: 2
Compression:
Stored size: 798 Bytes
Contents
<html> <head> <title>RedisUI</title> <link rel="stylesheet" href="/stylesheets/redis-ui.css" type="text/css" media="screen" charset="utf-8" /> <link rel="stylesheet" href="http://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.1/css/jquery.dataTables.css" type="text/css" media="screen" charset="utf-8" /> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.js"></script> <script src="http://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.1/jquery.dataTables.min.js"></script> <script src="/js/lib/jstree/jquery.jstree.js"></script> <script src="/js/redis-ui.js"></script> <script src="/js/lib/jquery.cookie.js"></script> </head> <body> <div id="container"> <h1 class="panel">RedisUI</h1> <%= yield %> </div> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
redis-ui-0.4.1 | lib/views/layout.html.erb |
redis-ui-0.4.0 | lib/views/layout.html.erb |