Cosmetic fix to prevent wrapping of the date.
This commit is contained in:
parent
a489cb15b5
commit
58804923ef
@ -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">
|
||||
|
@ -285,7 +285,7 @@ a.label {
|
||||
color: #204a87;
|
||||
}
|
||||
|
||||
span.nobrk {
|
||||
.nobrk {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user