diff --git a/app/views/admin/ad_images/_form.html.erb b/app/views/admin/ad_images/_form.html.erb
index 67a38d8..6e3e6da 100644
--- a/app/views/admin/ad_images/_form.html.erb
+++ b/app/views/admin/ad_images/_form.html.erb
@@ -61,6 +61,22 @@
+
+
+
+
+
+
+ <%= f.text_field :out_link, placeholder: t('ad_banner.enter_url') %>
+
+
+
+
+
+
+ <%= f.select :link_open, AdImage::LINK_OPEN_TYPES.map{|a| [t("ad_banner.#{a}"), a]} %>
+
+
@@ -112,21 +128,9 @@
-
-
-
-
- <%= f.text_field :out_link, placeholder: t('ad_banner.enter_url') %>
-
-
+
-
-
-
- <%= f.select :link_open, AdImage::LINK_OPEN_TYPES.map{|a| [t("ad_banner.#{a}"), a]} %>
-
-