Added doamins
This commit is contained in:
9
app/views/domains/new.html.erb
Normal file
9
app/views/domains/new.html.erb
Normal file
@@ -0,0 +1,9 @@
|
||||
<h1>New domain</h1>
|
||||
|
||||
<%= render "form", domain: @domain %>
|
||||
|
||||
<br>
|
||||
|
||||
<div>
|
||||
<%= link_to "Back to domains", domains_path %>
|
||||
</div>
|
||||
Reference in New Issue
Block a user