diff --git a/modules/archive/archive_index7.html.erb b/modules/archive/archive_index7.html.erb index f004a98..f595d7d 100644 --- a/modules/archive/archive_index7.html.erb +++ b/modules/archive/archive_index7.html.erb @@ -8,7 +8,7 @@
上傳日期
標題
-
{{description-head}}
+
{{description-head}}
檔案下載
@@ -21,7 +21,7 @@ {{status}}
-
{{description}}
+
{{description}}
{{file-type}}
@@ -39,4 +39,7 @@ if( window.location.href.indexOf('/en/') > -1 ) { $('.title-thead').replaceWith('
Title
') $('.file-thead').replaceWith('
Download file
') } +$(".archive-items .date").each(function(i,d){ + $(d).parent().eq(0).children().height($(d).parent().height()); +}) \ No newline at end of file