From b7c05fed4aeacd4c518f9d8eaaac71a898434404 Mon Sep 17 00:00:00 2001 From: cxt Date: Thu, 4 Aug 2016 16:33:51 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=A0=B7=E5=BC=8F=E5=92=8Cjs?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/layouts/_user_courses.html.erb | 76 +++++++++++----------- app/views/layouts/_user_projects.html.erb | 61 ++++++++--------- app/views/layouts/new_base_user.html.erb | 40 +++++++----- public/images/user/icons_user_leftnav.png | Bin 25180 -> 25966 bytes public/images/user/user_navmore_icons.png | Bin 0 -> 19619 bytes public/stylesheets/css/structure.css | 42 +++++++++--- public/stylesheets/syllabus.css | 4 +- 7 files changed, 127 insertions(+), 96 deletions(-) create mode 100644 public/images/user/user_navmore_icons.png diff --git a/app/views/layouts/_user_courses.html.erb b/app/views/layouts/_user_courses.html.erb index eb8dc80b8..b3b21547e 100644 --- a/app/views/layouts/_user_courses.html.erb +++ b/app/views/layouts/_user_courses.html.erb @@ -7,87 +7,85 @@ <% count = ShieldActivity.where("container_type='User' and container_id=#{user.id} and shield_type='Course' and shield_id=#{course.id}").count %> <% wechat_count = ShieldWechatMessage.where("container_type='User' and container_id=#{user.id} and shield_type='Course' and shield_id=#{course.id}").count %> -