Sha256: e0c9468cc9d81fa6ccd94ef8c38702f41620bab056eb2f725ff2eb720060ea36

Contents?: true

Size: 884 Bytes

Versions: 33

Compression:

Stored size: 884 Bytes

Contents

<!doctype html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <title><%= @meta[:title] %></title>
        <meta name="description" content="<%= @meta[:description] %>" />
        <% @stylesheets.each do |ss| -%>
            <link rel="stylesheet" href="<%= ss %>" type="text/css" />
        <% end -%>
        <% if @platform != 'web' -%>
            <% if @environment == 'development' -%>
                <script type="text/javascript">
                    window.onerror = function(e,u,l) {
                      alert("Error caught" + e + " " + u + ":" + l);
                    };
                </script>
            <% end -%>
        <% end -%>
        <%= @high_five_javascript %>
        <%- @javascripts.each do |js| -%>
            <script type="text/javascript" src="<%= js %>"></script>
        <%- end -%>	

    </head>
    <body></body>
</html>

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
high_five-0.3.12 template/config/high_five/index.html.erb
high_five-0.3.11 template/config/high_five/index.html.erb
high_five-0.3.10 template/config/high_five/index.html.erb
high_five-0.3.9 template/config/high_five/index.html.erb
high_five-0.3.8 template/config/high_five/index.html.erb
high_five-0.3.7 template/config/high_five/index.html.erb
high_five-0.3.6 template/config/high_five/index.html.erb
high_five-0.3.5 template/config/high_five/index.html.erb
high_five-0.3.4 template/config/high_five/index.html.erb
high_five-0.3.3 template/config/high_five/index.html.erb
high_five-0.3.2 template/config/high_five/index.html.erb
high_five-0.3.1 template/config/high_five/index.html.erb
high_five-0.3.0 template/config/high_five/index.html.erb
high_five-0.2.10 template/config/high_five/index.html.erb
high_five-0.2.9 template/config/high_five/index.html.erb
high_five-0.2.8 template/config/high_five/index.html.erb
high_five-0.2.7 template/config/high_five/index.html.erb
high_five-0.2.6 template/config/high_five/index.html.erb
high_five-0.2.5 template/config/high_five/index.html.erb
high_five-0.2.4 template/config/high_five/index.html.erb