1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 23:31:55 -08:00

Use "active" rather than "in development" to avoid ugly wrapping in the table.

Copied from Perforce
 Change: 185610
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2014-04-16 17:04:08 +01:00
parent 5eebc02a46
commit 0fae2b083b

View file

@ -49,7 +49,7 @@ TASK_BRANCH_ENTRY = '''
<td><code><a href="{child}/">{date}/{task}</a></code></td>
<td><a href="https://info.ravenbrook.com/infosys/cgi/perfbrowse.cgi?@changes+{depot}/project/{project}/{child}/...">Changes</a></td>
<td>{desc_html}</td>
<td>In development (<a href="https://info.ravenbrook.com/infosys/cgi/perfbrowse.cgi?@diff2+{depot}/project/{project}/{child}/...@{base}+{depot}/project/{project}/{child}/...">diffs</a>).</td>
<td>Active (<a href="https://info.ravenbrook.com/infosys/cgi/perfbrowse.cgi?@diff2+{depot}/project/{project}/{child}/...@{base}+{depot}/project/{project}/{child}/...">diffs</a>).</td>
</tr>
'''