<%= link_to environment_index_path(id: params[:id]), class: "flex items-center" do %> <% end %>
<%= @controller.id %>동 환경 스케줄러
<%= form_with url: edit_temp_environment_path, method: :post, class: 'flex flex-col h-full' do %>
<%= submit_tag "업데이트", class: "btn bg-primary w-fit" %>
<%= link_to "추가하기", open_modals_path(type: "add_feeder_schedule"), class: "btn bg-default-slate", data: { turbo_method: :post, turbo_frame: "modals" } %>
  • 번호
    시작 시간 (시/분)
    온도 (°C)
    습도 (%)
    CO2
    사용 여부
    작업
  • 1
    :
    ~
    ~
    ~
<% end %>