TrestleAdmin/trestle

View on GitHub
app/views/trestle/dashboard/index.html.erb

Summary

Maintainability
Test Coverage
<% content_for(:title, t("trestle.onboarding.welcome", default: "Welcome to Trestle")) %>

<%= render layout: "layout" do %>
  <p><%= t("trestle.onboarding.no_admins", default: "To begin, please create an admin within <code>app/admin</code>.").html_safe %></p>
<% end %>