Sha256: 67e15f56e5e06000001c7c843cffab8b0fac40c0a8f3d9e8ca68d5baa527a7d9
Contents?: true
Size: 693 Bytes
Versions: 6
Compression:
Stored size: 693 Bytes
Contents
<html> <head> <title>Que Web</title> <link rel="stylesheet" href="<%= root_path %>styles/normalize.min.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" /> </head> <body> <%= erb :_navbar %> <%= erb :_flash %> <%= yield %> <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
6 entries across 6 versions & 1 rubygems