Skip to content

Instantly share code, notes, and snippets.

@brianmichel
Created January 2, 2011 23:03
Show Gist options
  • Save brianmichel/762915 to your computer and use it in GitHub Desktop.
Save brianmichel/762915 to your computer and use it in GitHub Desktop.
#index
%h1="Crash Log Symbolicator"
#step.one
%span.steplabel="Please Choose A Build."
%select.dsym
%option{:value => 0}="Please Make A Selection"
- dsyms.each do |dsym|
%option{:value => dsym}= dsym
#step.two
%span.steplabel="Upload Your Crash Log Below."
- if dndCapable
#dropzone
%p.dropzonelabel="Drag your crash log here!"
- else
%input.logfile{:type=>"file", :placeholder=>"Crash Log", :name=>"crashlog"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment