<%= t('admin.list_ad_banners') %>
<%= t('admin.title') %> | <%= t('admin.picture_position') %> | <%= t('admin.post_date') %> | <%= t('admin.unpost_date') %> | <%= t('admin.context') %> | <%= t('admin.direct_to_after_click') %> | |
<%= ad_banner.title %> | <%= ad_banner.picture_position %> | <%= ad_banner.post_date %> | <%= ad_banner.unpost_date %> | <%= ad_banner.context %> | <%= ad_banner.direct_to_after_click %> | <%= link_to t(:show), admin_ad_banner_path(ad_banner), :class => 'show' %> <%= link_to t(:edit), edit_admin_ad_banner_path(ad_banner), :class => 'edit' %> <%= link_to t(:delete), admin_ad_banner_path(ad_banner), :confirm => t('sure?'), :method => :delete, :class => 'delete' %> |