Back to Postgresml

Notebooks

pgml-dashboard/templates/content/dashboard/panels/notebooks.html

2.10.0525 B
Original Source

% use crate::utils::urls; %>

<% if !notebooks.is_empty() { %> <% for notebook in notebooks { %>

<%= notebook.name %>

Created by: <%= notebook.created_by() %>

Last modified <%= notebook.updated_at.month() as u32 %>/<%= notebook.updated_at.day() %>/<%= notebook.updated_at.year() %>

<% } %> <% if new { %>

Created by: User Last modified Today

<% } %> <% if !new { %>

+ Create New Notebook

<% } %> <% } %>