Day of the week: <%=h wday_to_s(@recurring_event.wday) %>

Time: <%=h @recurring_event.time.strftime("%H:%M") %>

<%= link_to 'Edit', edit_recurring_event_path(@recurring_event) %> | <%= link_to 'Back', recurring_events_path %>