Sha256: 5de5187935b21090f3860c5342f81deba785f9b717b5e16ceb580fd4c37c3679

Contents?: true

Size: 963 Bytes

Versions: 6

Compression:

Stored size: 963 Bytes

Contents

!!!
%html
  %head
    %script{  :type  => "text/javascript" }
      = "var endpoint = '#{endpoint}'"
    %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

6 entries across 6 versions & 1 rubygems

Version Path
torquebox-console-0.2.5 views/index.haml
torquebox-console-0.2.4 views/index.haml
torquebox-console-0.2.3 views/index.haml
torquebox-console-0.2.2 views/index.haml
torquebox-console-0.2.1 views/index.haml
torquebox-console-0.2.0 views/index.haml