Created
January 23, 2014 02:27
-
-
Save jonathanhculver/8571767 to your computer and use it in GitHub Desktop.
tape measure haml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#measurementsContainer | |
.measurements_sub_title Virtual Tailor | |
#tape_measure.tape_measure_back | |
#tape_measure_drag.tape_measure_inches | |
%ul.numbers | |
- (0...81).each do |i| | |
%li | |
%label= i | |
%img.tapemeasure_needle{:src => "//imga.nxjimg.com/emp_image/apparel/measurements/tapemeasure/pointer.gif"} | |
%input.nxj_input{:placeholder => "15", :id => "measurementInput"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment