removed welcome part

This commit is contained in:
2023-12-11 22:23:20 +01:00
parent d2f56ad7c6
commit ae1e67d73e
2 changed files with 0 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
<div class="content">
<h1>Hello</h1>
</div>

View File

@@ -2,7 +2,6 @@
<div id="admin-index"> <div id="admin-index">
<%= render :partial => 'no_data' if @no_configuration_data %> <%= render :partial => 'no_data' if @no_configuration_data %>
<%= render :partial => 'welcome' %>
<%= render :partial => 'menu' %> <%= render :partial => 'menu' %>
</div> </div>