Created
May 31, 2016 08:25
-
-
Save faethonm/90af410bb87598d7210320fbc2a48fb6 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="field"> | |
<%= f.label :start_time %> | |
<%= f.time_select :start_time, ignore_date: true %> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment