• <%= image_tag ad_image.file rescue nil%>

    <%= ad_image.display? ? "[#{t('ad.showing')}]" : "[#{t('ad.not_showing')}]" %> <%= "#{ad_image.post_date} ~ #{ad_image.unpost_date}" %>

    <%if at_least_module_manager || sub_manager?(ad_image.ad_banner) %>

    <%= link_to t('edit'),edit_admin_ad_banner_ad_image_path(ad_banner,ad_image),:class => 'btn btn-primary' %> <%= link_to t(:delete_),admin_ad_banner_ad_image_path(ad_banner,ad_image),:class => 'btn',:method => :delete,:confirm => t('sure?') %>

    <% end -%>