Skip to content

Commit

Permalink
CLDR-16835 ddl phase - prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 committed Jun 11, 2024
1 parent 86af6e4 commit 44e0b01
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions tools/cldr-apps/js/src/views/MainHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@
<header id="st-header">
<a-spin v-if="!loaded" :delay="250" />
<ul>
<li>{{ stVersion }} {{ stPhase }}
<span class="ddlException" v-if="ddlException" title="Note: As a non-TC DDL locale, this phase has been extended.">
<li>
{{ stVersion }} {{ stPhase }}
<span
class="ddlException"
v-if="ddlException"
title="Note: As a non-TC DDL locale, this phase has been extended."
>
(extended)
</span>
</li>
Expand Down Expand Up @@ -288,5 +293,4 @@ label {
.ddlException {
background-color: yellow;
}
</style>

0 comments on commit 44e0b01

Please sign in to comment.