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,9 +1,9 @@
<h1>New virtual</h1>
<h1>New virtual for <%= @domain.domain %></h1>
<%= render "form", virtual: @virtual %>
<br>
<div>
<%= link_to "Back to virtuals", virtuals_path %>
<%= link_to "Back to #{@domain.domain}", domain_path(@domain) %>
</div>