Skip to content

Instantly share code, notes, and snippets.

@jamespenguin
Created January 26, 2013 06:21
Show Gist options
  • Save jamespenguin/4640533 to your computer and use it in GitHub Desktop.
Save jamespenguin/4640533 to your computer and use it in GitHub Desktop.
%div{:align => 'center'}
- if not @error_message.nil?
%p.error= "<b>ERROR:</b> #{@error_message}"
%form{:action => '/stalk_item'}
%input{:type => 'text',
:autofocus => '1',
:name => 'search_text',
:placeholder => 'Paste item URL here.',
:value => 'http://www.amiami.com/top/detail/detail?scode=FIG-MOE-3475',
:style => 'width: 55%; text-align: center'}
%br
%input{:type => 'submit',
:value => 'Stalk Item',
:style => 'width: 18%; margin: 10px'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment