Sha256: 5dac97a64b9241647a3da2b4343a479a78ad134afbff533f8738d464e17eeb5c

Contents?: true

Size: 728 Bytes

Versions: 4

Compression:

Stored size: 728 Bytes

Contents

!!!
%html
  %head
    %title= api_name

    - 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

4 entries across 4 versions & 1 rubygems

Version Path
raddocs-2.2.0 lib/views/layout.haml
raddocs-2.0.0 lib/views/layout.haml
raddocs-1.0.1 lib/views/layout.haml
raddocs-1.0.0 lib/views/layout.haml