mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 21:55:52 +02:00
Normalize BOM and line endings
This commit is contained in:
@@ -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,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'}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user