Added doamins

This commit is contained in:
2023-05-10 14:29:15 +01:00
parent 1b08798306
commit 843b510395
22 changed files with 304 additions and 5 deletions

View File

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