diff --git a/app/views/partials/_modals_open.html.erb b/app/views/partials/_modals_open.html.erb index 4631890..656e192 100644 --- a/app/views/partials/_modals_open.html.erb +++ b/app/views/partials/_modals_open.html.erb @@ -10,9 +10,9 @@ From: "opacity-100" To: "opacity-0" --> - + -
+
-
+
<%= render "partials/modals/#{type}" %>
diff --git a/app/views/partials/modals/_add_schedule.html.erb b/app/views/partials/modals/_add_schedule.html.erb index db25ecd..ed8c237 100644 --- a/app/views/partials/modals/_add_schedule.html.erb +++ b/app/views/partials/modals/_add_schedule.html.erb @@ -1,7 +1,7 @@ -<%= form_with model: @schedule, method: :post, data: { turbo: false }, class: 'flex flex-col h-full divide-y divide-border-table-border' do |form| %> +<%= form_with model: @schedule, method: :post, data: { turbo: false }, class: 'flex flex-col h-full space-y-4' do |form| %> <%= form.hidden_field :controller_id, value: params[:id] %> -
- <%= Controller.find(params[:id]).name %> 컨트롤러 +
+
<%= Controller.find(params[:id]).name %> 컨트롤러
@@ -35,7 +35,7 @@
-
+
<%= submit_tag "추가", class: "btn bg-primary" %>
<% end %>