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 The Foreman Bot over 10 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/4623 added
- Pull request deleted (
)
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.
Updated by Eric Helms over 10 years ago
- Translation missing: en.field_release set to 13
Actions