From e010fdbc0037b3f868c708bcaacbc39390cf51b1 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Mon, 9 Dec 2019 21:58:20 +0200 Subject: [PATCH] Remove unneeded code --- app/views/admin/api_users/show.html.erb | 9 --------- 1 file changed, 9 deletions(-) diff --git a/app/views/admin/api_users/show.html.erb b/app/views/admin/api_users/show.html.erb index 7090d777b..0061263f8 100644 --- a/app/views/admin/api_users/show.html.erb +++ b/app/views/admin/api_users/show.html.erb @@ -24,15 +24,6 @@ -<% if @api_user.errors.any? %> - <% @api_user.errors.each do |attr, err| %> - <%= err %> -
- <% end %> -<% end %> -<% if @api_user.errors.any? %> -
-<% end %>