<%= ad_banner.title %> |
<%= ad_banner.picture_position %> |
<%= ad_banner.post_date %> |
<%= ad_banner.unpost_date.nil?? t('form.date_unlimited'): ad_banner.unpost_date %> |
<%= ad_banner.context %> |
<%= ad_banner.direct_to_after_click %> |
<%= ad_banner.display? %> |
<%= 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' %>
|