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