Skip to content

Commit

Permalink
Software: Rename Base Compliance to Core Compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
cal0pteryx committed Oct 17, 2024
1 parent 5aff322 commit 7a6f69a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion themes/xmpp.org/layouts/shortcodes/software-details.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h1 class="display-5 fw-bold">{{- $name -}}</h1>
<li class="list-group-item d-flex justify-content-between align-items-center">
<div>
<i class="fa-solid fa-fw fa-circle-check"></i>
<span class="px-2">Base Compliance</span>
<span class="px-2">Core Compliance</span>
</div>
<div>
{{- if in $categories "core" -}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<label for="compliance-checkboxes" class="form-label">Compliance</label>
<div class="col" id="compliance-checkboxes">
<div class="input-group input-group-sm mb-3">
<label class="input-group-text" for="compliance-core">Base Compliance</label>
<label class="input-group-text" for="compliance-core">Core Compliance</label>
<select id="compliance-core" class="form-select" aria-label="Base Compliance">
<option selected value="-">-</option>
<option value="core">Core</option>
Expand Down Expand Up @@ -253,7 +253,7 @@ <h2 class="accordion-header" id="heading-{{- $props.name_slug -}}">
{{- $categories = $categories | append $category -}}
{{- end -}}
<div class="col" title="Base Compliance">
Base<br>
Core<br>
{{- if in $categories "core" -}}
{{- if eq $props.badges.core "core" -}}
<i class="fa-solid fa-check text-primary"></i>&nbsp;<span class="small text-body-secondary">{{- $props.badges.core | title -}}</span>
Expand Down

0 comments on commit 7a6f69a

Please sign in to comment.