From 7a72e7e839db48b0e8e72605b4d7c408ff890af4 Mon Sep 17 00:00:00 2001 From: cxt Date: Sat, 8 Oct 2016 19:07:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E5=A4=A7=E7=BA=B2=E7=9A=84?= =?UTF-8?q?=E9=99=84=E4=BB=B6=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/syllabuses/show.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/syllabuses/show.html.erb b/app/views/syllabuses/show.html.erb index b6c32f125..7e5af4ec0 100644 --- a/app/views/syllabuses/show.html.erb +++ b/app/views/syllabuses/show.html.erb @@ -38,9 +38,9 @@
<%=@syllabus.description.html_safe %> -
- <%= render :partial=>"attachments/activity_attach", :locals=>{:activity => @syllabus} %> -
+
+
+ <%= render :partial=>"attachments/activity_attach", :locals=>{:activity => @syllabus} %>
<% if User.current.logged? && User.current == @syllabus.user%>