Sha256: a1a6c82324977795557c0181bb28434500ec5c636adb86c155365cefd0098ca4

Contents?: true

Size: 613 Bytes

Versions: 4

Compression:

Stored size: 613 Bytes

Contents

<!DOCTYPE html>
<html lang="en">
  <head>
    <title>MagLev WebTools</title>
    <meta charset="utf-8">
    <link rel="Shortcut Icon" type="image/ico" href="images/favicon.ico">

    <script type="text/javascript">
      window.WebTools = {};
      window.WebTools.location = "<%= @location %>";
    </script>

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

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
maglev-webtools-1.0.2 views/layout.rhtml
maglev-webtools-1.0.1 views/layout.rhtml
maglev-webtools-1.0 views/layout.rhtml
maglev-webtools-0.2.1 views/layout.rhtml