Skip to content

Instantly share code, notes, and snippets.

@tygerbytes
Created December 11, 2018 18:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tygerbytes/ac6ad935c21aad178ce8100609aba72a to your computer and use it in GitHub Desktop.
Save tygerbytes/ac6ad935c21aad178ce8100609aba72a to your computer and use it in GitHub Desktop.
<div class="form-group">
<%= label_tag(:run_type, 'Today, I plan on running:') %>
<div class="input-group">
<%= select_tag(
:run_type,
options_for_select(TargetPaceHelper::all_run_types, :DistanceRun),
{:class => 'form-control'})
%>
</div>
<div class="text-muted" id="run_type_explanation">
What exciting adventure will your run lead you on today?
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment