added virtuals

This commit is contained in:
2023-05-10 15:14:06 +01:00
parent 793e944b5f
commit 8f1fe8c7c2
27 changed files with 297 additions and 15 deletions

View File

@@ -0,0 +1,14 @@
<p style="color: green"><%= notice %></p>
<h1>Virtuals</h1>
<div id="virtuals">
<% @virtuals.each do |virtual| %>
<%= render virtual %>
<p>
<%= link_to "Show this virtual", virtual %>
</p>
<% end %>
</div>
<%= link_to "New virtual", new_virtual_path %>