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'}}
@@ -1,4 +1,4 @@
.color-picker.dropdown(
.color-picker.dropdown(
[class.disabled]="isDisabled" [class.open]="isOpen" [class.show]="isOpen")
//-[class.indicator]="indicatorColor"
.color-picker-box([style.background-color]="bg")
@@ -1,4 +1,4 @@
nav.navbar.navbar-expand.justify-content-end(role="navigation")
nav.navbar.navbar-expand.justify-content-end(role="navigation")
.d-none.d-md-block
a.pixelart.logo(*ngIf="logo" routerLink="/" routerLinkActive="active" [routerLinkActiveOptions]="{ exact: true }")
img.pixelart.logo-large(revSrc="images/logo-large.png" alt="Pony Town")
@@ -1,3 +1,3 @@
.portrait-box([ngClass]="size")
.portrait-box([ngClass]="size")
canvas(#canvas)
.portrait-box-cover(*ngIf="!noBorder")
@@ -1,4 +1,4 @@
.slider-bar(#bar [class.disabled]="disabled" (agDrag)="drag($event)" agDragRelative="self")
.slider-bar(#bar [class.disabled]="disabled" (agDrag)="drag($event)" agDragRelative="self")
.slider-bar-fill([style.width.%]="width")
.slider-bar-line
.slider-bar-base([style.left.%]="width")
@@ -1,4 +1,4 @@
ng-template(#selectFrame)
ng-template(#selectFrame)
.frame-select-container
a.frame-select(*ngFor="let s of sprites; index as i" [class.active]="frame === i"
(mousedown)="select(i)" (mouseenter)="enter(i)" (mouseleave)="leave()")
@@ -1,4 +1,4 @@
.tools-range.input-group([class.input-group-sm]="small")
.tools-range.input-group([class.input-group-sm]="small")
.input-group-prepend
button.btn.btn-default((click)="decrement()")
fa-icon([icon]="vertical ? upIcon : leftIcon" [fixedWidth]="true")
@@ -1,4 +1,4 @@
ng-template(#shareLinkPopover)
ng-template(#shareLinkPopover)
div
span.close.ml-2((click)="shareLinkOpen = false") ×
| {{shareLink}}
@@ -1,4 +1,4 @@
.m-4
.m-4
ul.nav.nav-pills
a.nav-link(routerLink="/variants") Variant explorer
a.nav-link(routerLink="/animation") Animator
@@ -1,4 +1,4 @@
.form-inline
.form-inline
.form-group
a.btn.btn-default(routerLink="/")
fa-icon([icon]="homeIcon")
@@ -1,4 +1,4 @@
ng-template(#modal)
ng-template(#modal)
settings-modal((close)="modalRef.hide()")
.container-fluid.mt-3(*ngIf="initialized")
@@ -1,4 +1,4 @@
.form-inline.p-1
.form-inline.p-1
.form-group
a.btn.btn-default(routerLink="/")
fa-icon([icon]="homeIcon")
+1 -1
View File
@@ -1,2 +1,2 @@
router-outlet
router-outlet
draggable-outlet