From 5f7d7c821c95d4b86ad3b734115324235120e1e8 Mon Sep 17 00:00:00 2001
From: z9hang
Date: Thu, 23 Oct 2014 15:56:59 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=BD=91=E7=AB=99=E7=9A=84?=
=?UTF-8?q?=E9=BB=98=E8=AE=A4=E9=A1=B5=E8=84=9A=EF=BC=88=E4=BD=BF=E7=A9=BA?=
=?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E6=97=B6=E6=98=BE=E7=A4=BA=E6=9B=B4?=
=?UTF-8?q?=E5=90=88=E7=90=86=EF=BC=89?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/views/layouts/_base_footer.html.erb | 21 ++++++++++++++++++++-
1 file changed, 20 insertions(+), 1 deletion(-)
diff --git a/app/views/layouts/_base_footer.html.erb b/app/views/layouts/_base_footer.html.erb
index a4071e887..1c8627ac7 100644
--- a/app/views/layouts/_base_footer.html.erb
+++ b/app/views/layouts/_base_footer.html.erb
@@ -7,12 +7,31 @@
- <%= @organizer.description.html_safe unless @organizer.nil?%>
+ <% if @organizer.nil? %>
+
+ 主办单位
+
+
+ 版权©2007~2014
+
+
+
+ <% else %>
+ <%= @organizer.description.html_safe %>
+ <% end %>
+ <% if @companies.nil? || @companies.count == 0 %>
+
+
+
+
+
+ <% else %>
<% @companies && @companies.each do |company| %>
<% end %>
+ <% end %>