Updated to Rails 7.0.5.1

This commit is contained in:
2023-06-28 15:01:01 +01:00
parent b1009ec4de
commit 31e1311fe6
10 changed files with 171 additions and 141 deletions

View File

@@ -1,4 +1,4 @@
<h1>Domains</h1>
<h1>Domains <%= link_to "Add new domain",new_domain_path %> </h1>
<div id="domains">
<ul>
@@ -8,4 +8,4 @@
</ul>
</div>
<%= link_to "New domain", new_domain_path %>