Sha256: b055ea63c28d3f2e3dc9edb6d72c80e6217a69ab97bb00e5577d60076e413ef6

Contents?: true

Size: 1.24 KB

Versions: 20

Compression:

Stored size: 1.24 KB

Contents

!!!
%html
  %head
    %title= request.path_info[1..-1] + ' - REST assured'
    %link{:rel => 'stylesheet', :href => url('/css/inuit.css'), :type => 'text/css'}
    %link{:rel => 'stylesheet', :href => url('/css/grid.inuit.css'), :type => 'text/css'}
    %link{:rel => 'stylesheet', :href => url('/css/base.css'), :type => 'text/css'}
    %link{:rel => 'stylesheet', :href => url('/css/jquery.jgrowl.css'), :type => 'text/css'}
    %link{:rel => 'stylesheet', :href => 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.15/themes/base/jquery-ui.css', :type => 'text/css'}
    %script{:src => 'http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js', :type => 'text/javascript'}
    %script{:src => 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.15/jquery-ui.min.js', :type => 'text/javascript'}
    %script{:src => url('/javascript/jquery.jgrowl_minimized.js'), :type => 'text/javascript'}
    %script{:src => url('/javascript/application.js'), :type => 'text/javascript'}
  %body.wrapper
    %ul.nav
      %li
        %a{:href => '/doubles'} Doubles
      %li |
      %li
        %a{:href => '/redirects'} Redirects

    - if flash[:notice]
      .message.success= flash[:notice]
    - elsif flash[:error]
      .message.error= flash[:error]

    = yield

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
rest-assured-1.1.2 views/layout.haml
rest-assured-1.1.1 views/layout.haml
rest-assured-1.1.0 views/layout.haml
rest-assured-1.0.0 views/layout.haml
rest-assured-1.0.0.rc2 views/layout.haml
rest-assured-1.0.0.rc1 views/layout.haml
rest-assured-0.3.2 views/layout.haml
rest-assured-0.3.1 views/layout.haml
rest-assured-0.3.0 views/layout.haml
rest-assured-0.2.0 views/layout.haml
rest-assured-0.2.0.rc8 views/layout.haml
rest-assured-0.2.0.rc7 views/layout.haml
rest-assured-0.2.0.rc5 views/layout.haml
rest-assured-0.2.0.rc4 views/layout.haml
rest-assured-0.2.0.rc3 views/layout.haml
rest-assured-0.2.0.rc2 views/layout.haml
rest-assured-0.2.0.rc1 views/layout.haml
rest-assured-0.1.4 views/layout.haml
rest-assured-0.1.3 views/layout.haml
rest-assured-0.1.2 views/layout.haml