Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h5 class="mt-4 mb-3" translate="Portal.ConfigureTournament.Sections.FinalsPhase

<hr />

<div class="form-text">
<div class="form-text d-flex flex-row align-items-center">
<i class="bi bi-info-circle"></i>
<span class="ms-2" translate="Portal.ConfigureTournament.SaveNotice"></span>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

<hr />

<div class="form-text">
<div class="form-text d-flex flex-row align-items-center">
<i class="bi bi-info-circle"></i>
<span
class="ms-2"
Expand All @@ -81,7 +81,7 @@

<hr />

<div class="form-text text-warning-emphasis">
<div class="form-text d-flex flex-row align-items-center text-warning-emphasis">
<i class="bi bi-exclamation-triangle"></i>
<span class="ms-2" [innerHTML]="'Portal.CreateApiKey.AccessNotice' | translate"></span>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<hr />

<div class="form-text">
<div class="form-text d-flex flex-row align-items-center">
<i class="bi bi-info-circle"></i>
<span class="ms-2" translate="Portal.CreateOrganization.UserNotice"></span>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<hr />

<div class="form-text">
<div class="form-text d-flex flex-row align-items-center">
<i class="bi bi-info-circle"></i>
<span
class="ms-2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,15 @@

<hr />

<div class="form-text">
<div class="form-text d-flex flex-row align-items-center">
<i class="bi bi-info-circle"></i>
<span
class="ms-2"
[innerHTML]="'Portal.CreateTournament.OrganizationNotice' | translate: { organizationName: organization?.name }"></span>
</div>

@if (visibility === 'Private') {
<div class="form-text text-primary-emphasis">
<div class="form-text d-flex flex-row align-items-center text-primary-emphasis">
<i class="bi bi-exclamation-triangle"></i>
<span class="ms-2" [innerHTML]="'Portal.CreateTournament.VisibilityPrivateNotice' | translate"></span>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

<hr />

<div class="form-text">
<div class="form-text d-flex flex-row align-items-center">
<i class="bi bi-info-circle"></i>
<span class="ms-2" translate="Portal.CreateUser.UserNotice"></span>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<hr />

<div class="form-text">
<div class="form-text d-flex flex-row align-items-center">
<i class="bi bi-info-circle"></i>
<span class="ms-2" [innerHTML]="'Portal.CreateVenue.OrganizationNotice' | translate: { organizationName: organization?.name }"></span>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@

<hr />

<div class="form-text">
<div class="form-text d-flex flex-row align-items-center">
<i class="bi bi-info-circle"></i>
<span class="ms-2" translate="Portal.EditMatchPlan.SaveNotice"></span>
</div>
Expand Down
Loading