Sha256: 3400b00a1b1fd4ab3a08a7547fadb456ff5414b6b6e58a22f89aa19194f1796e

Contents?: true

Size: 871 Bytes

Versions: 4

Compression:

Stored size: 871 Bytes

Contents

!!!
%html
  %head
    %title Raddocs
    %link{:rel => "stylesheet", :href => "#{url_location}/bootstrap.min.css"}
    %link{:rel => "stylesheet", :href => "#{url_location}/codemirror.css"}
    %link{:rel => "stylesheet", :href => "#{url_location}/application.css"}
    %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-0.1.4 lib/views/layout.haml
raddocs-0.1.3 lib/views/layout.haml
raddocs-0.1.2 lib/views/layout.haml
raddocs-0.1.1 lib/views/layout.haml