Sha256: cb05d259a074238f39f286396f30d3eac8253bbcc4580768431b66900aef7103

Contents?: true

Size: 702 Bytes

Versions: 11

Compression:

Stored size: 702 Bytes

Contents

<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title><%= @meta[:title] %></title>
  <meta name="description" content="<%= @meta[:description] %>" />

  <%- @stylesheets.reverse.each do |ss| -%>
  <link rel="stylesheet" href="<%= ss %>" type="text/css" />
  <%- end -%>

  <%- if @platform != 'web' && @environment == 'lan' -%>
    <script type="text/javascript">
      window.onerror = function(e,u,l) {
        alert("Error caught " + e + " " + u + ":" + l);
      };
    </script>
  <%- end -%>

  <%= @high_five_javascript %>

  <%- @javascripts.reverse.each do |js| -%>
    <script type="text/javascript" src="<%= js %>"></script>
  <%- end -%>
</head>
<body>
</body>
</html>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
high_five-0.3.23 template/config/high_five/index.html.erb
high_five-0.3.22 template/config/high_five/index.html.erb
high_five-0.3.21 template/config/high_five/index.html.erb
high_five-0.3.20 template/config/high_five/index.html.erb
high_five-0.3.19 template/config/high_five/index.html.erb
high_five-0.3.18 template/config/high_five/index.html.erb
high_five-0.3.17 template/config/high_five/index.html.erb
high_five-0.3.16 template/config/high_five/index.html.erb
high_five-0.3.15 template/config/high_five/index.html.erb
high_five-0.3.14 template/config/high_five/index.html.erb
high_five-0.3.13 template/config/high_five/index.html.erb