Cosmetic fix to prevent wrapping of the date.

This commit is contained in:
Loïc d'Anterroches 2011-01-23 17:08:07 +01:00
parent a489cb15b5
commit 58804923ef
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
{foreach $changes as $change}
{aurl 'url', 'IDF_Views_Source::commit', array($project.shortname, $change.scm_id)}
<tr class="log">
<td><a href="{$url}">{$change.creation_dtime|dateago:"without"}</a></td>
<td class="nobrk"><a href="{$url}">{$change.creation_dtime|dateago:"without"}</a></td>
<td>{issuetext $change.summary, $request}{if $change.fullmessage}<br /><br />{issuetext $change.fullmessage, $request, true, false, true, true, true}{/if}</td>
</tr>
<tr class="extra">

View File

@ -285,7 +285,7 @@ a.label {
color: #204a87;
}
span.nobrk {
.nobrk {
white-space: nowrap;
}