Normalize BOM and line endings

This commit is contained in:
Tschrock
2019-09-02 11:30:50 -04:00
parent 735845746e
commit 715dfb8aeb
29 changed files with 45 additions and 45 deletions
@@ -1,4 +1,4 @@
div(*ngIf="account")
div(*ngIf="account")
.row
.col-md-12
h2
@@ -1,4 +1,4 @@
ng-template(#searchTooltip)
ng-template(#searchTooltip)
.text-left.help-tooltip
div: em search by:
div name:<account_name> #[em - account name]
@@ -1,4 +1,4 @@
ng-template(#duplicatesPopover)
ng-template(#duplicatesPopover)
div(*ngFor="let e of duplicateEntries")
| {{e}}
@@ -1,4 +1,4 @@
.row(style="margin-top: 100px;")
.row(style="margin-top: 100px;")
.col-md-6
h2 {{ip}} [{{info.origin?.country}}]
@@ -1,4 +1,4 @@
.text-center.pt-5(*ngIf="!stats")
.text-center.pt-5(*ngIf="!stats")
fa-icon.text-muted([icon]="spinnerIcon" [fixedWidth]="true" [spin]="true" size="3x")
.row(*ngIf="stats")
@@ -1,4 +1,4 @@
ng-template(#searchTooltip)
ng-template(#searchTooltip)
.text-left.help-tooltip
div: em search by:
div exact:<name> #[em - exact pony name]
@@ -1,4 +1,4 @@
div(*ngIf="isSuperadmin")
div(*ngIf="isSuperadmin")
button.btn.btn-sm.btn-default((click)="notifyOfUpdate()")
| Notify of update
button.btn.btn-sm.btn-default.ml-1((click)="shutdownServers()")
+1 -1
View File
@@ -1,4 +1,4 @@
.container-fluid
.container-fluid
.d-flex.justify-content-between
.admin-initializing
@@ -1,4 +1,4 @@
ng-template(#notePopover)
ng-template(#notePopover)
textarea.form-control.note-editor(
cols="20" rows="15" agAutoFocus [(ngModel)]="note" (keydown.escape)="blur()" (blur)="blur()")
@@ -1,4 +1,4 @@
div(*ngIf="open || !canClose")
div(*ngIf="open || !canClose")
.d-flex.justify-content-between.align-items-center
h3
| {{title}}
@@ -1,4 +1,4 @@
a(*ngIf="auth?.url" [href]="auth?.url" target="_blank" rel="noopener noreferrer" [title]="name")
a(*ngIf="auth?.url" [href]="auth?.url" target="_blank" rel="noopener noreferrer" [title]="name")
fa-icon([icon]="icon" [fixedWidth]="true")
span(*ngIf="!auth?.url" [title]="name")
fa-icon([icon]="icon" [fixedWidth]="true")
@@ -1,4 +1,4 @@
table.table.table-fixed.table-striped.table-hover.table-sm.table-ellipsis
table.table.table-fixed.table-striped.table-hover.table-sm.table-ellipsis
thead
tr
th.col-time created
@@ -1,4 +1,4 @@
.btn-group.mb-1
.btn-group.mb-1
button.btn.btn-xs([ngClass]="on ? 'btn-default' : 'btn-danger active'" (click)="onToggle(false)" [disabled]="disabled")
b {{offText}}
button.btn.btn-xs([ngClass]="on ? 'btn-success active' : 'btn-default'" (click)="onToggle(true)" [disabled]="disabled")
@@ -1,4 +1,4 @@
.d-flex.align-items-center(*ngIf="origin")
.d-flex.align-items-center(*ngIf="origin")
a.origin-info-ip.mr-1([routerLink]="['/origins', origin.ip, origin.country]" [title]="origin.ip")
| {{origin.ip}}
span([title]="countryName") [{{origin.country}}]
@@ -1,4 +1,4 @@
ng-template(#tooltip)
ng-template(#tooltip)
.character-tooltip(style="position: relative")
character-preview([pony]="pony?.ponyInfo" [passive]="true")
.character-tooltip-indicator(*ngIf="isBadCM") •
@@ -1,4 +1,4 @@
ng-template(#tooltip)
ng-template(#tooltip)
div {{time | date:'mediumDate'}}
.text-muted {{time | date:'mediumTime'}}