Created
November 25, 2014 18:26
-
-
Save beck03076/e5f72f647354dece63e1 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<div class="row"> | |
<div class="col-xs-2"> | |
<p class="lead">Step <span id="id_no">1</span> of <%= parts_values.size %></p> | |
</div> | |
<div class="col-xs-10"> | |
<div class="progress"> | |
<div class="progress-striped progress-bar " role="progressbar" style="width: 16%;"> | |
</div> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment