You've already forked baupm-core
added welcome page to admin
This commit is contained in:
3
app/views/admin/_welcome.html.erb
Normal file
3
app/views/admin/_welcome.html.erb
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
<div class="content">
|
||||||
|
<h1>Hello</h1>
|
||||||
|
</div>
|
||||||
9
app/views/admin/index.html.erb
Normal file
9
app/views/admin/index.html.erb
Normal 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)) -%>
|
||||||
Reference in New Issue
Block a user