diff --git a/app/views/admin/domains/show.html.erb b/app/views/admin/domains/show.html.erb index 61e20e1ca..fb8d44046 100644 --- a/app/views/admin/domains/show.html.erb +++ b/app/views/admin/domains/show.html.erb @@ -1,9 +1,20 @@ -<% content_for :actions do %> - <%= link_to(t(:edit_statuses), edit_admin_domain_path(@domain), class: 'btn btn-primary') %> - <%= link_to(t(:history), admin_domain_domain_versions_path(@domain.id), method: :get, - class: 'btn btn-primary') %> -<% end %> -<%= render 'shared/title', name: @domain.name %> + + +