Sha256: 535bdfe44a913263dc2c70cd0ab198e9b21b769f3edc4d9c91c352682edfe586

Contents?: true

Size: 722 Bytes

Versions: 2

Compression:

Stored size: 722 Bytes

Contents

!!!
%html
  %head
    %title Raddocs
    - css_files.each do |file|
      %link{:rel => "stylesheet", :href => file}
    %script(src="#{url_location}/js/jquery-1-7-2.js")
    %script(src="#{url_location}/js/codemirror.js")
    %script(src="#{url_location}/js/mode/css/css.js")
    %script(src="#{url_location}/js/mode/htmlmixed/htmlmixed.js")
    %script(src="#{url_location}/js/mode/javascript/javascript.js")
    %script(src="#{url_location}/js/mode/xml/xml.js")
    :css
      td.required .name:after {
        float: right;
        content: "required";
        font-weight: normal;
        color: #F08080;
      }

      p {
        padding: 15px;
        font-size: 130%;
      }
  %body
    .container
      = yield

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
raddocs-0.3.0 lib/views/layout.haml
raddocs-0.2.0 lib/views/layout.haml