Actions
Refactor #7294
closedReplace usage of translate filters in <th> with directives
Pull request:
Fixed in Releases:
Found in Releases:
Description
Replace this:
<th alch-table-column>{{ "Author" | translate }}</th>
With this:
<th alch-table-column><span translate>Author</span></th>
Throughout the application. This will reduce the number of filters we have and should make the application slightly more performant.
Updated by Walden Raines over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|16e1d60c6a221806eed25b19635f252c342a45fd.
Actions