Name changes: remove delete request button.

This commit is contained in:
evazion
2017-01-14 23:34:07 +00:00
parent f57f352838
commit 66e30b323c
3 changed files with 1 additions and 20 deletions

View File

@@ -83,10 +83,4 @@
<% end %>
</section>
<% end %>
<section>
<%= form_tag(user_name_change_request_path(@change_request), :method => :delete) do %>
<%= submit_tag "Delete" %>
<% end %>
</section>
</div>