🎨 Amélioration de la section 'règles attachées'
parent
2dacf6c9e4
commit
d03c1d7cb9
|
@ -21,3 +21,7 @@
|
|||
#notes {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
h2 small {
|
||||
font-size: 75%;
|
||||
}
|
||||
|
|
|
@ -110,11 +110,8 @@ let NamespaceRulesList = withColours(
|
|||
({ namespaceRules, flatRule, colours }) => (
|
||||
<section>
|
||||
<h2>
|
||||
<Trans>Règles attachées</Trans>
|
||||
<small>
|
||||
<Trans i18nKey="inspace">Ces règles sont dans l’espace de nom</Trans>{' '}
|
||||
`{flatRule.title}`
|
||||
</small>
|
||||
<Trans>Règles du groupe</Trans>
|
||||
<small> «{flatRule.title}»</small>
|
||||
</h2>
|
||||
<ul>
|
||||
{namespaceRules.map(r => (
|
||||
|
|
|
@ -71,8 +71,7 @@ back: Back to your simulation
|
|||
ambiguous: More than one rule with this name found. Which one are you looking for ?
|
||||
reportError: Report an error
|
||||
Références: Relevant legal information (fr)
|
||||
Règles attachées: Linked rules
|
||||
inspace: These rules are in category
|
||||
Règles du groupe: Rules of the group
|
||||
Pas de sources officielles: No official information
|
||||
Votre avis nous intéresse !: Your opinion matters!
|
||||
afficher les sources complémentaires: display additional information sources
|
||||
|
|
Loading…
Reference in New Issue