<%= select( "id_hours_sunday", "open", hours_hash) %>
<%= select( "id_hours_sunday", "close", hours_hash) %>
<%= select( "id_hours_monday", "open", hours_hash) %>
<%= select( "id_hours_monday", "close", hours_hash) %>
<%= select( "id_hours_tuesday", "open", hours_hash) %>
<%= select( "id_hours_tuesday", "close", hours_hash) %>
<%= select( "id_hours_wednesday", "open", hours_hash) %>
<%= select( "id_hours_wednesday", "close", hours_hash) %>
<%= select( "id_hours_thursday", "open", hours_hash) %>
<%= select( "id_hours_thursday", "close", hours_hash) %>
<%= select( "id_hours_friday", "open", hours_hash) %>
<%= select( "id_hours_friday", "close", hours_hash) %>
<%= select( "id_hours_satday", "open", hours_hash) %>
<%= select( "id_hours_satday", "close", hours_hash) %>