From 6af0d8f40cb0d5f6c319b9abca74fae7699cb4c4 Mon Sep 17 00:00:00 2001 From: sw <939547590@qq.com> Date: Wed, 2 Sep 2015 18:06:05 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=B1=8F=E8=94=BD=E8=AF=BE=E7=A8=8B?= =?UTF-8?q?=E5=86=85=E5=8F=91=E5=B8=83=E4=BD=9C=E4=B8=9A=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=EF=BC=8C=E9=A2=91=E9=97=AD=E7=BC=96=E8=BE=91=E4=BD=9C=E4=B8=9A?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/homework_common/index.html.erb | 5 +++-- app/views/layouts/base_courses.html.erb | 2 +- app/views/student_work/index.html.erb | 2 +- public/stylesheets/courses.css | 1 + 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/app/views/homework_common/index.html.erb b/app/views/homework_common/index.html.erb index 4a804ae60..44e1b43b6 100644 --- a/app/views/homework_common/index.html.erb +++ b/app/views/homework_common/index.html.erb @@ -9,7 +9,7 @@ <%= @obj_count%> <%= l(:label_homework_count)%>

- <%= link_to( l(:label_course_homework_new), new_homework_common_path(:course => @course.id), :class => 'problem_new_btn fl c_dorange') if @is_teacher %> + <%#= link_to( l(:label_course_homework_new), new_homework_common_path(:course => @course.id), :class => 'problem_new_btn fl c_dorange') if @is_teacher %>
<% @homeworks.each do |homework|%> @@ -27,7 +27,8 @@ <% if @is_teacher%> <%= homework_anonymous_comment(homework)%> <%= link_to(l(:label_bid_respond_delete), homework_common_path(homework),:method => 'delete', :confirm => l(:text_are_you_sure), :class => "fr mr10 work_edit") %> - <%= link_to(l(:button_edit),edit_homework_common_path(homework), :class => "fr mr10 work_edit") %> + <%#= link_to(l(:button_edit),edit_homework_common_path(homework), :class => "fr mr10 work_edit") %> + <%= link_to(l(:button_edit),"javascript:void(0)", :class => "fr mr10 un_work_edit",:title => "编辑功能正在维护中") %> <% elsif @is_student%> <%= student_anonymous_comment homework %> <%= student_new_homework homework %> diff --git a/app/views/layouts/base_courses.html.erb b/app/views/layouts/base_courses.html.erb index adec9e6fd..c2f159f28 100644 --- a/app/views/layouts/base_courses.html.erb +++ b/app/views/layouts/base_courses.html.erb @@ -123,7 +123,7 @@
作业描述:<%= activity.description.html_safe %> diff --git a/app/views/users/_course_message.html.erb b/app/views/users/_course_message.html.erb index a68aa7575..cbd7a916b 100644 --- a/app/views/users/_course_message.html.erb +++ b/app/views/users/_course_message.html.erb @@ -21,7 +21,7 @@ <% end %>
- 发帖时间:<%= format_date(activity.created_on) %> + 发帖时间:<%= format_time(activity.created_on) %>
@@ -100,7 +100,7 @@ <% else %> <%= link_to reply.try(:author).try(:realname), user_path(reply.author_id), :class => "newsBlue mr10 f14" %> <% end %> - <%= format_date(reply.created_on) %> + <%= format_time(reply.created_on) %>
<%= reply.content.html_safe %> diff --git a/app/views/users/_course_news.html.erb b/app/views/users/_course_news.html.erb index b01bdb791..a558911c1 100644 --- a/app/views/users/_course_news.html.erb +++ b/app/views/users/_course_news.html.erb @@ -16,7 +16,7 @@ <%= link_to activity.title.to_s, news_path(activity), :class => "postGrey" %>
- 发布时间:<%= format_date(activity.created_on) %> + 发布时间:<%= format_time(activity.created_on) %>
通知描述: @@ -72,7 +72,7 @@ <% else %> <%= link_to comment.try(:author).try(:realname), user_path(comment.author_id), :class => "newsBlue mr10 f14" %> <% end %> - <%= format_date(comment.created_on) %> + <%= format_time(comment.created_on) %>
<%= comment.comments.html_safe %>
diff --git a/app/views/users/_course_poll.html.erb b/app/views/users/_course_poll.html.erb index 15e549ad8..436ae2f46 100644 --- a/app/views/users/_course_poll.html.erb +++ b/app/views/users/_course_poll.html.erb @@ -26,7 +26,7 @@ <% end %>
- 发布时间:<%= format_date(activity.published_at) %> + 发布时间:<%= format_time(activity.published_at) %>
问卷描述:<%=activity.polls_description.html_safe.to_s%>
时间: - <%=format_date(activity.created_on) %> + <%=format_time(activity.created_on) %>
缺陷描述: @@ -109,7 +109,7 @@ <% else %> <%= link_to reply.try(:user).try(:realname), user_path(reply.user_id), :class => "newsBlue mr10 f14" %> <% end %> - <%= format_date(reply.created_on) %> + <%= format_time(reply.created_on) %>
<% if reply.details.any? %> <% details_to_strings(reply.details).each do |string| %> diff --git a/app/views/users/_project_message.html.erb b/app/views/users/_project_message.html.erb index 7a6060433..6c3842f73 100644 --- a/app/views/users/_project_message.html.erb +++ b/app/views/users/_project_message.html.erb @@ -24,7 +24,7 @@ <% end %>
- 时间:<%= format_date(activity.created_on) %> + 时间:<%= format_time(activity.created_on) %>
帖子描述: <% if activity.parent_id.nil? %> @@ -86,7 +86,7 @@ <% else %> <%= link_to reply.try(:author).try(:realname), user_path(reply.author_id), :class => "newsBlue mr10 f14" %> <% end %> - <%= format_date(reply.created_on) %> + <%= format_time(reply.created_on) %>
<%= reply.content.html_safe %>