Skip to content

Commit fb160d1

Browse files
committed
lint
1 parent ede5047 commit fb160d1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

templates/repo/editor/delete.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
{{template "repo/editor/common_top" .}}
77
<div class="repo-view-container">
88
<div class="tw-flex tw-flex-col repo-view-file-tree-container not-mobile {{if (not .UserSettingCodeViewShowFileTree)}}tw-hidden{{end}}" data-user-is-signed-in>
9-
{{template "repo/view_file_tree" .}}
10-
</div>
9+
{{template "repo/view_file_tree" .}}
10+
</div>
1111
<div class="repo-view-content">
1212
<div class="ui form">
1313
<div class="repo-editor-header">

templates/repo/editor/edit.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
{{template "repo/editor/common_top" .}}
77
<div class="repo-view-container">
88
<div class="tw-flex tw-flex-col repo-view-file-tree-container not-mobile {{if (not .UserSettingCodeViewShowFileTree)}}tw-hidden{{end}}" data-user-is-signed-in>
9-
{{template "repo/view_file_tree" .}}
10-
</div>
9+
{{template "repo/view_file_tree" .}}
10+
</div>
1111
<div class="repo-view-content">
1212
<form class="ui edit form form-fetch-action" method="post" action="{{.CommitFormOptions.TargetFormAction}}"
1313
data-text-empty-confirm-header="{{ctx.Locale.Tr "repo.editor.commit_empty_file_header"}}"

0 commit comments

Comments
 (0)