mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 13:55:04 +02:00
Normalize BOM and line endings
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
div(*ngIf="account")
|
div(*ngIf="account")
|
||||||
.row
|
.row
|
||||||
.col-md-12
|
.col-md-12
|
||||||
h2
|
h2
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
ng-template(#searchTooltip)
|
ng-template(#searchTooltip)
|
||||||
.text-left.help-tooltip
|
.text-left.help-tooltip
|
||||||
div: em search by:
|
div: em search by:
|
||||||
div name:<account_name> #[em - account name]
|
div name:<account_name> #[em - account name]
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
ng-template(#duplicatesPopover)
|
ng-template(#duplicatesPopover)
|
||||||
div(*ngFor="let e of duplicateEntries")
|
div(*ngFor="let e of duplicateEntries")
|
||||||
| {{e}}
|
| {{e}}
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
.row(style="margin-top: 100px;")
|
.row(style="margin-top: 100px;")
|
||||||
.col-md-6
|
.col-md-6
|
||||||
h2 {{ip}} [{{info.origin?.country}}]
|
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")
|
fa-icon.text-muted([icon]="spinnerIcon" [fixedWidth]="true" [spin]="true" size="3x")
|
||||||
|
|
||||||
.row(*ngIf="stats")
|
.row(*ngIf="stats")
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
ng-template(#searchTooltip)
|
ng-template(#searchTooltip)
|
||||||
.text-left.help-tooltip
|
.text-left.help-tooltip
|
||||||
div: em search by:
|
div: em search by:
|
||||||
div exact:<name> #[em - exact pony name]
|
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()")
|
button.btn.btn-sm.btn-default((click)="notifyOfUpdate()")
|
||||||
| Notify of update
|
| Notify of update
|
||||||
button.btn.btn-sm.btn-default.ml-1((click)="shutdownServers()")
|
button.btn.btn-sm.btn-default.ml-1((click)="shutdownServers()")
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
.container-fluid
|
.container-fluid
|
||||||
|
|
||||||
.d-flex.justify-content-between
|
.d-flex.justify-content-between
|
||||||
.admin-initializing
|
.admin-initializing
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
ng-template(#notePopover)
|
ng-template(#notePopover)
|
||||||
textarea.form-control.note-editor(
|
textarea.form-control.note-editor(
|
||||||
cols="20" rows="15" agAutoFocus [(ngModel)]="note" (keydown.escape)="blur()" (blur)="blur()")
|
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
|
.d-flex.justify-content-between.align-items-center
|
||||||
h3
|
h3
|
||||||
| {{title}}
|
| {{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")
|
fa-icon([icon]="icon" [fixedWidth]="true")
|
||||||
span(*ngIf="!auth?.url" [title]="name")
|
span(*ngIf="!auth?.url" [title]="name")
|
||||||
fa-icon([icon]="icon" [fixedWidth]="true")
|
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
|
thead
|
||||||
tr
|
tr
|
||||||
th.col-time created
|
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")
|
button.btn.btn-xs([ngClass]="on ? 'btn-default' : 'btn-danger active'" (click)="onToggle(false)" [disabled]="disabled")
|
||||||
b {{offText}}
|
b {{offText}}
|
||||||
button.btn.btn-xs([ngClass]="on ? 'btn-success active' : 'btn-default'" (click)="onToggle(true)" [disabled]="disabled")
|
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")
|
a.origin-info-ip.mr-1([routerLink]="['/origins', origin.ip, origin.country]" [title]="origin.ip")
|
||||||
| {{origin.ip}}
|
| {{origin.ip}}
|
||||||
span([title]="countryName") [{{origin.country}}]
|
span([title]="countryName") [{{origin.country}}]
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
ng-template(#tooltip)
|
ng-template(#tooltip)
|
||||||
.character-tooltip(style="position: relative")
|
.character-tooltip(style="position: relative")
|
||||||
character-preview([pony]="pony?.ponyInfo" [passive]="true")
|
character-preview([pony]="pony?.ponyInfo" [passive]="true")
|
||||||
.character-tooltip-indicator(*ngIf="isBadCM") •
|
.character-tooltip-indicator(*ngIf="isBadCM") •
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
ng-template(#tooltip)
|
ng-template(#tooltip)
|
||||||
div {{time | date:'mediumDate'}}
|
div {{time | date:'mediumDate'}}
|
||||||
.text-muted {{time | date:'mediumTime'}}
|
.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.disabled]="isDisabled" [class.open]="isOpen" [class.show]="isOpen")
|
||||||
//-[class.indicator]="indicatorColor"
|
//-[class.indicator]="indicatorColor"
|
||||||
.color-picker-box([style.background-color]="bg")
|
.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
|
.d-none.d-md-block
|
||||||
a.pixelart.logo(*ngIf="logo" routerLink="/" routerLinkActive="active" [routerLinkActiveOptions]="{ exact: true }")
|
a.pixelart.logo(*ngIf="logo" routerLink="/" routerLinkActive="active" [routerLinkActiveOptions]="{ exact: true }")
|
||||||
img.pixelart.logo-large(revSrc="images/logo-large.png" alt="Pony Town")
|
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)
|
canvas(#canvas)
|
||||||
.portrait-box-cover(*ngIf="!noBorder")
|
.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-fill([style.width.%]="width")
|
||||||
.slider-bar-line
|
.slider-bar-line
|
||||||
.slider-bar-base([style.left.%]="width")
|
.slider-bar-base([style.left.%]="width")
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
ng-template(#selectFrame)
|
ng-template(#selectFrame)
|
||||||
.frame-select-container
|
.frame-select-container
|
||||||
a.frame-select(*ngFor="let s of sprites; index as i" [class.active]="frame === i"
|
a.frame-select(*ngFor="let s of sprites; index as i" [class.active]="frame === i"
|
||||||
(mousedown)="select(i)" (mouseenter)="enter(i)" (mouseleave)="leave()")
|
(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
|
.input-group-prepend
|
||||||
button.btn.btn-default((click)="decrement()")
|
button.btn.btn-default((click)="decrement()")
|
||||||
fa-icon([icon]="vertical ? upIcon : leftIcon" [fixedWidth]="true")
|
fa-icon([icon]="vertical ? upIcon : leftIcon" [fixedWidth]="true")
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
ng-template(#shareLinkPopover)
|
ng-template(#shareLinkPopover)
|
||||||
div
|
div
|
||||||
span.close.ml-2((click)="shareLinkOpen = false") ×
|
span.close.ml-2((click)="shareLinkOpen = false") ×
|
||||||
| {{shareLink}}
|
| {{shareLink}}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
.m-4
|
.m-4
|
||||||
ul.nav.nav-pills
|
ul.nav.nav-pills
|
||||||
a.nav-link(routerLink="/variants") Variant explorer
|
a.nav-link(routerLink="/variants") Variant explorer
|
||||||
a.nav-link(routerLink="/animation") Animator
|
a.nav-link(routerLink="/animation") Animator
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
.form-inline
|
.form-inline
|
||||||
.form-group
|
.form-group
|
||||||
a.btn.btn-default(routerLink="/")
|
a.btn.btn-default(routerLink="/")
|
||||||
fa-icon([icon]="homeIcon")
|
fa-icon([icon]="homeIcon")
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
ng-template(#modal)
|
ng-template(#modal)
|
||||||
settings-modal((close)="modalRef.hide()")
|
settings-modal((close)="modalRef.hide()")
|
||||||
|
|
||||||
.container-fluid.mt-3(*ngIf="initialized")
|
.container-fluid.mt-3(*ngIf="initialized")
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
.form-inline.p-1
|
.form-inline.p-1
|
||||||
.form-group
|
.form-group
|
||||||
a.btn.btn-default(routerLink="/")
|
a.btn.btn-default(routerLink="/")
|
||||||
fa-icon([icon]="homeIcon")
|
fa-icon([icon]="homeIcon")
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
router-outlet
|
router-outlet
|
||||||
draggable-outlet
|
draggable-outlet
|
||||||
|
|||||||
Reference in New Issue
Block a user