diff --git a/app/views/admin/ad_images/_form.html.erb b/app/views/admin/ad_images/_form.html.erb
index 3b743b9..5ed26d9 100644
--- a/app/views/admin/ad_images/_form.html.erb
+++ b/app/views/admin/ad_images/_form.html.erb
@@ -72,11 +72,6 @@
<%= f.file_field :file, accept: "image/*" %>
<%= t(:cancel) %>
-
-
-
@@ -108,11 +103,6 @@
<%= f.file_field :video_file, accept: "video/mp4,video/x-m4v,video/ogg,video/webm" %>
<%= t(:cancel) %>
-
-
-
@@ -135,11 +125,6 @@
<%= f.file_field :video_snapshot, accept: "image/*" %>
<%= t(:cancel) %>
-
-
-