Domains#index is now the root page

This commit is contained in:
2023-06-21 17:23:20 +01:00
parent d882c1a521
commit b1009ec4de
8 changed files with 45 additions and 12 deletions

View File

@@ -12,7 +12,7 @@
<% end %>
<div>
<%= form.label :email, style: "display: block" %>
<%= form.label :email, style: "display: inline" %> @<%=@domain.domain%>
<%= form.text_field :email %>
</div>

View File

@@ -5,6 +5,6 @@
<br>
<div>
<%= link_to "Show this credential", @credential %> |
<%= link_to "Back to credentials", credentials_path %>
<%#= link_to "Show this credential", @credential %> |
<%#= link_to "Back to credentials", credentials_path %>
</div>