Changeset 70

Show
Ignore:
Timestamp:
06/18/07 22:43:32 (1 year ago)
Author:
pragma
Message:

Fixed #27

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tracforums/models/topic.py

    r68 r70  
    671671            row['canDelete'] = toBool(row['canDelete']) 
    672672            row['recentModifiedHtml'] = context.epochToDate(row['recentModified']) 
     673            row['subjecthtml'] = context.wikiToOneLiner(row['subject']) 
    673674            topics.append(row) 
    674675             
  • trunk/tracforums/templates/tracforums/main/recent.cs

    r68 r70  
    2424                    <tr> 
    2525                        <th>Forum</th> 
    26                         <th>Topics</th> 
     26                        <th>Topic</th> 
    2727                        <th>Replies</th> 
    2828                        <th>Author</th>