File: layout.erb

package info (click to toggle)
ruby-client-side-validations 3.2.6%2Bgh-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 676 kB
  • sloc: javascript: 3,019; ruby: 2,959; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 686 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html id="html">
  <head>
    <title><%= @title %></title>
    <link href="/vendor/qunit.css" media="screen" rel="stylesheet" type="text/css" media="screen, projection" />
    <style>
      #jquery-version {
        color: #8699A4; text-align: right; font-family: sans-serif; line-height: 1;
        margin-top: -1.8em; padding: 0 2em .8em 0;
      }
      #jquery-version a { color: white; text-decoration: underline; }
    </style>

    <%= script_tag jquery_src %>
    <%= script_tag "/vendor/assets/javascripts/jquery_ujs.js" %>
    <%= script_tag "/vendor/assets/javascripts/rails.validations.js" %>
  </head>

  <body id="body">
    <%= yield %>
  </body>
</html>