From b1e58f3fd5950942c9c53b82b031e9a4bdcdaee6 Mon Sep 17 00:00:00 2001 From: zhuhao Date: Fri, 14 Nov 2014 16:38:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=BC=B9=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/courses/_course_ad.html.erb | 93 +++++++++++++++++++++++++++ app/views/courses/show.html.erb | 1 + 2 files changed, 94 insertions(+) create mode 100644 app/views/courses/_course_ad.html.erb diff --git a/app/views/courses/_course_ad.html.erb b/app/views/courses/_course_ad.html.erb new file mode 100644 index 000000000..0db7cb4ec --- /dev/null +++ b/app/views/courses/_course_ad.html.erb @@ -0,0 +1,93 @@ + +
+ + + + + + + + + + +
+ 联系我们 +
+ QQ:1234566
+
+ Email:1234566@qq.com
+
+
+ + \ No newline at end of file diff --git a/app/views/courses/show.html.erb b/app/views/courses/show.html.erb index ee7d995e7..ed83a3085 100644 --- a/app/views/courses/show.html.erb +++ b/app/views/courses/show.html.erb @@ -1,3 +1,4 @@ +<%= render 'course_ad' %> <% if @events_by_day != nil && @events_by_day.size >0 %>