diff --git a/appview/pages/templates/repo/fragments/diff.html b/appview/pages/templates/repo/fragments/diff.html index a737b297..79f609d9 100644 --- a/appview/pages/templates/repo/fragments/diff.html +++ b/appview/pages/templates/repo/fragments/diff.html @@ -11,6 +11,7 @@ {{ template "diffTopbar" . }} {{ block "diffLayout" . }} {{ end }} {{ template "fragments/resizable" }} + {{ template "activeFileHighlight" }} {{ end }} {{ define "diffTopbar" }} @@ -229,3 +230,48 @@ }); {{ end }} + +{{ define "activeFileHighlight" }} + +{{ end }} diff --git a/appview/pages/templates/repo/fragments/fileTree.html b/appview/pages/templates/repo/fragments/fileTree.html index 3453c208..b6c6e3a7 100644 --- a/appview/pages/templates/repo/fragments/fileTree.html +++ b/appview/pages/templates/repo/fragments/fileTree.html @@ -16,7 +16,7 @@ {{ else if .Name }}