1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-13 13:50:07 +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;
line-height: 1.5em;
overflow: auto;
padding: 40px;
}
.txt-file-view-body .txt-view .CodeMirror-scroll {

View File

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