File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,6 @@ <h2 class="text-muted">
1919 </ h2 >
2020 <!-- /ko -->
2121
22- <!-- ko if: showLog -->
23-
2422 < div class ="repository-actions ">
2523 <!-- ko if: refreshButton -->
2624 <!-- ko component: refreshButton --> <!-- /ko -->
@@ -38,6 +36,4 @@ <h2 class="text-muted">
3836 </ div >
3937
4038 <!-- ko component: graph --> <!-- /ko -->
41-
42- <!-- /ko -->
4339</ div >
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ class RepositoryViewModel {
3030 this . server . watchRepository ( value ) ;
3131 } ) ;
3232 this . server . watchRepository ( this . repoPath ( ) ) ;
33- this . showLog = this . isBareDir ? ko . observable ( true ) : this . staging . isStageValid ;
3433 this . parentModulePath = ko . observable ( ) ;
3534 this . parentModuleLink = ko . observable ( ) ;
3635 this . isSubmodule = ko . computed ( ( ) => this . parentModulePath ( ) && this . parentModuleLink ( ) ) ;
You can’t perform that action at this time.
0 commit comments