We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc9e2e commit 14226b2Copy full SHA for 14226b2
templates/classic/html/issue.index.html
@@ -102,7 +102,8 @@
102
<option tal:repeat="col context/properties"
103
tal:attributes="value col/_name;
104
selected python:col._name == request.sort[1]"
105
- tal:content="col/_name">column</option>
+ tal:content="col/_name"
106
+ i18n:translate="">column</option>
107
</select>
108
</td>
109
<th i18n:translate="">Descending:</th>
@@ -118,7 +119,8 @@
118
119
120
121
selected python:col._name == request.group[1]"
122
123
124
125
126
0 commit comments