Sha256: 8538c4f3d63240d94c0d1484e30bae24d4db13745c89dcbe24082600e68040db

Contents?: true

Size: 847 Bytes

Versions: 51

Compression:

Stored size: 847 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 -%>
        <%- @javascripts.each do |js| -%>
            <script type="text/javascript" src="<%= js %>"></script>
        <%- end -%>	

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

Version data entries

51 entries across 49 versions & 1 rubygems

Version Path
high_five-0.3.23 spec/dummy/config/high_five/index.html.erb
high_five-0.3.22 spec/dummy/config/high_five/index.html.erb
high_five-0.3.21 spec/dummy/config/high_five/index.html.erb
high_five-0.3.20 spec/dummy/config/high_five/index.html.erb
high_five-0.3.19 spec/dummy/config/high_five/index.html.erb
high_five-0.3.18 spec/dummy/config/high_five/index.html.erb
high_five-0.3.17 spec/dummy/config/high_five/index.html.erb
high_five-0.3.16 spec/dummy/config/high_five/index.html.erb
high_five-0.3.15 spec/dummy/config/high_five/index.html.erb
high_five-0.3.14 spec/dummy/config/high_five/index.html.erb
high_five-0.3.13 spec/dummy/config/high_five/index.html.erb
high_five-0.3.12 spec/dummy/config/high_five/index.html.erb
high_five-0.3.11 spec/dummy/config/high_five/index.html.erb
high_five-0.3.10 spec/dummy/config/high_five/index.html.erb
high_five-0.3.9 spec/dummy/config/high_five/index.html.erb
high_five-0.3.8 spec/dummy/config/high_five/index.html.erb
high_five-0.3.7 spec/dummy/config/high_five/index.html.erb
high_five-0.3.6 spec/dummy/config/high_five/index.html.erb
high_five-0.3.5 spec/dummy/config/high_five/index.html.erb
high_five-0.3.4 spec/dummy/config/high_five/index.html.erb