You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

9 lines
301 B

<div class="field date-select">
<%= f.label attr %>
<div>
<%= f.time_select attr, include_seconds: false, minute_step: 15, time_separator: '&nbsp' %>
</div>
<%- f.object.errors.full_messages_for(attr).uniq.each do |msg| -%>
<%= content_tag :p, msg, role: 'alert' %>
<% end %>
</div>