Sha256: 29b5111529566fc71191cf19c04db8b1d03721ad09991a0d6c4ff8b67cb22ba4

Contents?: true

Size: 880 Bytes

Versions: 3

Compression:

Stored size: 880 Bytes

Contents

!!!
%html
  %head
    %script{  :type  => "text/javascript", 
              :src   => "https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js" }
    %script{  :type  => "text/javascript", 
              :src   => "stilts-stomp.js" }
    %script{  :type  => "text/javascript", 
              :src   => "ansispan.js" }
    %script{  :type  => "text/javascript", 
              :src   => "console.js" }
    %link{    :rel   => "stylesheet",
              :href  => "console.css",
              :type  => "text/css",
              :media => "screen" }
  %body.light
    #controls
      %span.button Light/Dark
      %h1 TorqueBox::Console
    %form#input-form
      #console
        %pre
          %code
            .content
        .prompt
        %input{:type=>:text, :value=>""}
      #welcome{:style=>"text-align: right"}
        Type any ruby statement or pry command.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
torquebox-console-0.1.4 views/index.haml
torquebox-console-0.1.3 views/index.haml
torquebox-console-0.1.2 views/index.haml