Sha256: 5de5ac0e96ce5f216270fa82359fb208a2c0e716514857e7d9602d54f182c30f
Contents?: true
Size: 707 Bytes
Versions: 3
Compression:
Stored size: 707 Bytes
Contents
<html> <head> <title>Que Web</title> </head> <link rel="stylesheet" href="<%= root_path %>styles/normalize.css" /> <link rel="stylesheet" href="<%= root_path %>styles/foundation.min.css" /> <link rel="stylesheet" href="<%= root_path %>styles/font-awesome.min.css" /> <link rel="stylesheet" href="<%= root_path %>styles/application.css" /> <body> <%== erb :_navbar %> <%== erb :_flash %> <%== yield %> <%== erb :_footer %> <script src="<%= root_path %>js/jquery.min.js"></script> <script src="<%= root_path %>js/jquery.timeago.min.js"></script> <script> (function($){ $.timeago.settings.allowFuture = true; $(".timeago").timeago(); }(jQuery)); </script> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
que-web-0.3.2 | web/views/layout.erb |
que-web-0.3.1 | web/views/layout.erb |
que-web-0.3.0 | web/views/layout.erb |