Project

General

Profile

Actions

Refactor #7294

closed

Replace usage of translate filters in <th> with directives

Added by Walden Raines over 9 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Web UI
Target version:
Branch:
Difficulty:
easy
Triaged:
Yes
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.

Actions

Also available in: Atom PDF