% content_for :secondary do %>
<%= render 'side_bar' %>
<% end %>
- <%=t('admin.ad_banner.title') %> <%= @ad_banner.title %>
- <%=t('admin.ad_banner.picture_position') %> <%= @ad_banner.picture_position %>
- <%=t('admin.ad_banner.post_date') %> <%= @ad_banner.post_date %>
- <%=t('admin.ad_banner.unpost_date') %> <%= @ad_banner.unpost_date %>
- <%=t('admin.ad_banner.context') %> <%= @ad_banner.context %>
- <%=t('admin.ad_banner.direct_to_after_click') %> <%= @ad_banner.direct_to_after_click %>
- <%=t('admin.ad_banner.ad_fx') %> <%= @ad_banner.ad_fx %>
<%= render :partial => "admin/ad_banners/ad_image_show", :collection => @ad_banner.ad_images,:as => :ad_image %>