From 2cf1f050220d9d06d4bd6f3a48a7b9dd351534d1 Mon Sep 17 00:00:00 2001 From: huang Date: Tue, 27 Oct 2015 16:32:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9B=AE=E5=BD=95=E7=BB=93?= =?UTF-8?q?=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/repositories/_dir_list.html.erb | 13 +------------ public/stylesheets/project.css | 4 ++-- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/app/views/repositories/_dir_list.html.erb b/app/views/repositories/_dir_list.html.erb index 26ba05bb6..771d4d1ec 100644 --- a/app/views/repositories/_dir_list.html.erb +++ b/app/views/repositories/_dir_list.html.erb @@ -1,17 +1,6 @@
- - - - -<% if @repository.report_last_commit %> - - - - -<% end %> - - + <%= render :partial => 'dir_list_content' %> diff --git a/public/stylesheets/project.css b/public/stylesheets/project.css index 3672b8238..e769e14e4 100644 --- a/public/stylesheets/project.css +++ b/public/stylesheets/project.css @@ -815,8 +815,8 @@ div.changeset { border-bottom: 1px solid #ddd; } /*****项目版本库文件 Tables *****/ -.autoscroll {overflow-x: auto; padding:1px; margin-bottom: 1.2em;} -tr.entry { border: 1px solid #f8f8f8; } +.autoscroll {overflow-x: auto; margin-bottom: 0.2em;} +tr.entry { border: 1px solid #DDD; } tr.entry td { white-space: nowrap; } tr.entry td.filename { width: 30%; } tr.entry td.filename_no_report { width: 70%; }
<%= l(:field_name) %><%= l(:field_filesize) %><%= l(:label_revision) %><%= l(:label_age) %><%= l(:field_author) %><%= l(:field_comments) %>