Sha256: 5f79da5634052a2e431e4c0f92dcfd73c877fb4e16002ef94679fbb282bfc957
Contents?: true
Size: 957 Bytes
Versions: 2
Compression:
Stored size: 957 Bytes
Contents
!!! %html %head %title= request.path_info[1..-1] + ' - REST assured' = stylesheet_link_tag '/css/inuit.css' = stylesheet_link_tag '/css/grid.inuit.css' = stylesheet_link_tag '/css/base.css' = stylesheet_link_tag '/css/jquery.jgrowl.css' = stylesheet_link_tag 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.15/themes/base/jquery-ui.css' = javascript_script_tag 'http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js' = javascript_script_tag 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.15/jquery-ui.min.js' = javascript_script_tag '/javascript/jquery.jgrowl_minimized.js' = javascript_script_tag '/javascript/application.js' %body.wrapper %ul.nav %li= link_to 'Doubles', '/doubles' %li | %li= link_to 'Redirects', '/redirects' - if flash[:notice] .message.success= flash[:notice] - elsif flash[:error] .message.error= flash[:error] = yield
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rest-assured-0.1.1 | views/layout.haml |
rest-assured-0.1.0 | views/layout.haml |