Remove unless sidebar links.

This commit is contained in:
Matthew K. Fu JuYuan 2012-04-25 17:17:04 +08:00
parent cb3c3a14a8
commit 55c0c95e14
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<div class="tab-pane <%= "active" if ad_banner_tab==@active%>" id=<%= ad_banner_tab.title %>>
<div class="tab-pane <%= "active" if ad_banner_tab==@active%>" id=<%= ad_banner_tab.title.dehumanize %>>
<p><%= t("admin.ad.banner_best_size") %></p>
<%= form_for ad_banner_tab,:url=> admin_ad_banner_path(ad_banner_tab),:method => :put,:class=>"input-medium" do |f| -%>