added welcome page to admin

This commit is contained in:
2023-12-10 10:46:17 +01:00
parent 250bdc6740
commit d2f56ad7c6
2 changed files with 12 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,9 @@
<h2><%=l(:label_administration)%></h2>
<div id="admin-index">
<%= render :partial => 'no_data' if @no_configuration_data %>
<%= render :partial => 'welcome' %>
<%= render :partial => 'menu' %>
</div>
<% html_title(l(:label_administration)) -%>