From 8037bccb1764c0751e918eacddf5f526561692d1 Mon Sep 17 00:00:00 2001
From: daiao <358551898@qq.com>
Date: Tue, 21 Jun 2016 16:08:45 +0800
Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E5=BB=B6=E8=BF=9F=E5=8F=91=E5=B8=83?=
=?UTF-8?q?=E7=BB=9F=E4=B8=80=E4=BF=AE=E6=94=B9=E4=B8=BA=E5=BB=B6=E6=9C=9F?=
=?UTF-8?q?=E5=8F=91=E5=B8=83?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/views/files/_hidden_file.html.erb | 4 ++--
app/views/files/_resource_detail.html.erb | 2 +-
app/views/files/_upload_course_files.erb | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app/views/files/_hidden_file.html.erb b/app/views/files/_hidden_file.html.erb
index 8e359c605..1ace422b7 100644
--- a/app/views/files/_hidden_file.html.erb
+++ b/app/views/files/_hidden_file.html.erb
@@ -3,7 +3,7 @@
<%= form_tag(republish_file_course_file_path(@course,@file), :multipart => true,:remote => !ie8?,:name=>"upload_form") do %>
-
+
-
diff --git a/app/views/files/_resource_detail.html.erb b/app/views/files/_resource_detail.html.erb
index 5e0e66e50..1c4c3a387 100644
--- a/app/views/files/_resource_detail.html.erb
+++ b/app/views/files/_resource_detail.html.erb
@@ -53,7 +53,7 @@
<% if (delete_allowed || User.current.id == file.author_id) && file.container_id == @course.id && file.container_type == "Course" %>
- <%= link_to("发 送".html_safe, 'javascript:void(0)',:class => "postOptionLink",:onclick=>"show_send('#{file.id}','#{User.current.id}','file')") %>
- - <%= link_to '延迟发布',file_hidden_course_file_path(@course,file),:class => "postOptionLink",:remote=>true %>
+ - <%= link_to '延期发布',file_hidden_course_file_path(@course,file),:class => "postOptionLink",:remote=>true %>
- <%= link_to '更新版本',attachments_versions_path(file),:class => "postOptionLink",:remote=>true %>
<% if @course.is_public? %>
-
diff --git a/app/views/files/_upload_course_files.erb b/app/views/files/_upload_course_files.erb
index 0a35c783c..1171f296b 100644
--- a/app/views/files/_upload_course_files.erb
+++ b/app/views/files/_upload_course_files.erb
@@ -32,7 +32,7 @@
<% if User.current.allowed_to?(:as_teacher,course) %>
-
+
<%#= calendar_for('attachment_publish_time')%>