Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1361)

Side by Side Diff: appengine/monorail/templates/tracker/issue-list-headings.ezt

Issue 1868553004: Open Source Monorail (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 [# arg0 is the ordered_columns argument that gives the name and index of each co lumn.]
2
3 <thead id="resultstablehead">
4 <tr id="headingrow"><th style="border-left: 0"> &nbsp; </th>
5 [for panels.ordered_columns]
6 [is panels.ordered_columns.name "Summary"]
7 <th class="col_[panels.ordered_columns.col_index]" style="border-right:0">&nb sp;</th>
8 <th class="col_[panels.ordered_columns.col_index]" nowrap="nowrap" id="summar yheading"
9 data-col-index="[panels.ordered_columns.col_index]" width="100%"
10 ><a href="#" style="text-decoration: none">Summary + Labels <span class=" indicator">&#9660;</span></a></th>
11 [else]
12 [is panels.ordered_columns.name "ID"]
13 <th class="col_[panels.ordered_columns.col_index]" nowrap="nowrap"
14 data-col-index="[panels.ordered_columns.col_index]"
15 ><a href="#" style="text-decoration: none">[panels.ordered_columns.name] <span class="indicator">&#9660;</span></a></th>
16 [else]
17 <th class="col_[panels.ordered_columns.col_index]"
18 data-col-index="[panels.ordered_columns.col_index]"
19 ><a href="#" style="text-decoration: none">[panels.ordered_columns.name]& nbsp;<span class="indicator">&#9660;</span></a></th>
20 [end]
21 [end]
22 [end]
23 <th data-col-index="dot" style="width:3ex"><a href="#columnprefs"
24 class="dotdotdot">...</a></th>
25 </tr>
26 </thead>
OLDNEW
« no previous file with comments | « appengine/monorail/templates/tracker/issue-list-csv.ezt ('k') | appengine/monorail/templates/tracker/issue-list-js.ezt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698