Skip to content

Instantly share code, notes, and snippets.

@d3chapma
Created July 12, 2010 02:06
Show Gist options
  • Save d3chapma/472039 to your computer and use it in GitHub Desktop.
Save d3chapma/472039 to your computer and use it in GitHub Desktop.
<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