Skip to content

Instantly share code, notes, and snippets.

@johan--
Created February 8, 2009 06:35
Show Gist options
  • Save johan--/60268 to your computer and use it in GitHub Desktop.
Save johan--/60268 to your computer and use it in GitHub Desktop.
%label= 'Method'
%dd
%select{:method=>"test",:id=>"test_case_method",:name=>"test_case[method]"}
%optgroup{:label=>"Modifying"}
%option{:value => "GET"} GET
%optgroup{:label=>"Non-modifying"}
%option{:value => "PUT"} PUT
%option{:value => "POST"} POST
%option{:value => "DELETE"} DELETE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment