From 6209b926e20b5e60f3ffbe2288a96093ca41442b Mon Sep 17 00:00:00 2001 From: ming Date: Thu, 17 Apr 2025 11:22:27 +0900 Subject: [PATCH] =?UTF-8?q?noti=20=EC=8A=A4=ED=83=80=EC=9D=BC=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/layouts/application.html.erb | 6 +++--- app/views/modbus/index.html.erb | 6 +++--- app/views/modbus/schedule_edit.html.erb | 2 +- app/views/partials/_header.html.erb | 8 ++++---- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 2dc8c35..e94cc54 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -23,11 +23,11 @@ - +
<%= render "partials/header" %> -
- <%= render "partials/sidebar" %> +
+ <%#= render "partials/sidebar" %>
<%= yield %>
diff --git a/app/views/modbus/index.html.erb b/app/views/modbus/index.html.erb index 16de25f..21e1324 100644 --- a/app/views/modbus/index.html.erb +++ b/app/views/modbus/index.html.erb @@ -1,14 +1,14 @@ <% if flash[:notice] %> -
+
<%= flash[:notice] %>
<% elsif flash[:alert] %> -
+
<%= flash[:alert] %>
<% end %>
-
+
diff --git a/app/views/modbus/schedule_edit.html.erb b/app/views/modbus/schedule_edit.html.erb index dfdc53e..9979088 100644 --- a/app/views/modbus/schedule_edit.html.erb +++ b/app/views/modbus/schedule_edit.html.erb @@ -1,5 +1,5 @@ <%= form_with url: schedule_edit_update_modbus_index_path, method: :post, class: 'flex flex-col h-full divide-y divide-border-table-border' do %> -
+
diff --git a/app/views/partials/_header.html.erb b/app/views/partials/_header.html.erb index 0306ecc..0de499a 100644 --- a/app/views/partials/_header.html.erb +++ b/app/views/partials/_header.html.erb @@ -4,8 +4,8 @@
FARMITRY
-
- - <%= link_to "로그아웃", '', class: "btn" %> -
+ + + <%#= link_to "로그아웃", '', class: "btn" %> + \ No newline at end of file