1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-13 05:39:59 +00:00
This commit is contained in:
Michael An
2019-02-22 22:48:23 +08:00
committed by Daniel Pan
parent 2a2bd2b783
commit fc9617de88
2 changed files with 2 additions and 1 deletions

View File

@@ -48,6 +48,7 @@
margin: 0 auto; margin: 0 auto;
line-height: 1.5em; line-height: 1.5em;
overflow: auto; overflow: auto;
padding: 40px;
} }
.txt-file-view-body .txt-view .CodeMirror-scroll { .txt-file-view-body .txt-view .CodeMirror-scroll {

View File

@@ -42,7 +42,7 @@
encoding: '{{ encoding }}', encoding: '{{ encoding }}',
fileContent: '{{ file_content|escapejs }}', fileContent: '{{ file_content|escapejs }}',
err: '{{ err }}', err: '{{ err }}',
latestContributor: '{{ latest_contributor }}', latestContributor: '{{ latest_contributor|email2nickname }}',
lastModified: '{{ last_modified }}', lastModified: '{{ last_modified }}',
isLocked: '{{ file_locked }}' == 'True', isLocked: '{{ file_locked }}' == 'True',
lockedByMe: '{{ locked_by_me }}' == 'True', lockedByMe: '{{ locked_by_me }}' == 'True',