gui improvements
Some checks failed
/ Run tests (push) Failing after 1m9s
/ Run system tests (push) Failing after 1m14s
/ Build, push and deploy image (push) Has been skipped

This commit is contained in:
david 2024-11-01 03:59:49 +01:00
parent 08f173f3da
commit fd2a166025
6 changed files with 13 additions and 13 deletions

View file

@ -1,7 +1,8 @@
<div id="<%= dom_id page %>" class="mb-3">
<h2>
<i class="bi bi-file"></i>
<%= page.position %> <%= page.path %><small><%= page.url %></small></h2>
<%= page.position %> <%= page.path %></h2>
<p>url: <%= page.url %></p>
<div id="element_list">
<% page.elements.each do |element| %>
<%= render element %>