Sha256: fabddd74e064aadfaafd9212a92acc515ed361d96d6f90c49f005f6df90a2b16
Contents?: true
Size: 684 Bytes
Versions: 10
Compression:
Stored size: 684 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 %> <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
10 entries across 10 versions & 1 rubygems