pupilfirst/pupilfirst

View on GitHub
app/views/users/dashboard.html.erb

Summary

Maintainability
Test Coverage
<% presenter = Users::DashboardPresenter.new(self) %>
<% content_for(:head) do %>
  <title><%= presenter.page_title %> | Admins</title>
<% end %>
<script type="application/json" id="users-dashboard-data">
  <%= presenter.props_to_json.html_safe %>
</script>
<div id="users-dashboard" class="md:pt-18 h-full"></div>