Skip to content

Instantly share code, notes, and snippets.

@rociopaez
Created September 16, 2014 21:40
Show Gist options
  • Save rociopaez/132584c0966bd13acfc4 to your computer and use it in GitHub Desktop.
Save rociopaez/132584c0966bd13acfc4 to your computer and use it in GitHub Desktop.
<label for="output[duration]">Duration</label>
<select name="output[duration]">
<option value="30"{{ ' selected="selected"' if output.duration == 30 }}>30 min</option>
</select>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment