Domains#index is now the root page
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user