diff --git a/app/views/admin/ad_images/index.html.erb b/app/views/admin/ad_images/index.html.erb index fba4a32b..565ccfc1 100644 --- a/app/views/admin/ad_images/index.html.erb +++ b/app/views/admin/ad_images/index.html.erb @@ -25,6 +25,14 @@ field db_field: 'unpost_date', hide: 'phone', sort: 'end_date' +field db_field: 'context', + translation: 'content', + hide: 'phone' + +field db_field: 'out_link', + translation: 'link', + hide: 'phone' + footer link: 'new_admin_ad_banner_ad_image_path' end %>