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

Version Path
que-web-0.8.0 web/views/layout.erb
que-web-0.7.2 web/views/layout.erb
que-web-0.7.1 web/views/layout.erb
que-web-0.7.0 web/views/layout.erb
que-web-0.6.3 web/views/layout.erb
que-web-0.6.2 web/views/layout.erb
que-web-0.6.1 web/views/layout.erb
que-web-0.6.0 web/views/layout.erb
que-web-0.5.0 web/views/layout.erb
que-web-0.4.0 web/views/layout.erb