- <%= 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 %>
-
+