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