Created
July 12, 2010 02:06
-
-
Save d3chapma/472039 to your computer and use it in GitHub Desktop.
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
<div id='goals'> | |
<div id='goal_32'> | |
<h3> | |
<a href="/goals/32/edit">Save $2000</a> | |
</h3> | |
//INSERT RESULT FROM EDIT HERE | |
<form action="/goals/32/steps" class="formtastic step" id="new_step" method="post"> | |
<fieldset class="inputs"> | |
<ol> | |
<li class="string optional" id="step_description_input"> | |
<label for="step_description">Add a Step</label> | |
<input id="step_description" maxlength="255" name="step[description]" size="50" type="text" /> | |
</li> | |
</ol> | |
</fieldset> | |
<fieldset class="buttons"> | |
<ol> | |
<li class="commit"> | |
<input class="create" id="step_submit" name="commit" type="submit" value="Create Step" /> | |
</li> | |
</ol> | |
</fieldset> | |
</form> | |
</div> | |
<div id='goal_32_steps'> </div> | |
<div id='goal_33'> | |
<h3> | |
<a href="/goals/33/edit">Grow In Leadership</a> | |
</h3> | |
<form action="/goals/33/steps" class="formtastic step" id="new_step" method="post"> | |
<fieldset class="inputs"> | |
<ol> | |
<li class="string optional" id="step_description_input"> | |
<label for="step_description">Add a Step</label> | |
<input id="step_description" maxlength="255" name="step[description]" size="50" type="text" /> | |
</li> | |
</ol> | |
</fieldset> | |
<fieldset class="buttons"> | |
<ol> | |
<li class="commit"> | |
<input class="create" id="step_submit" name="commit" type="submit" value="Create Step" /> | |
</li> | |
</ol> | |
</fieldset> | |
</form> | |
</div> | |
<div id='goal_33_steps'></div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment