Changeset 204

Show
Ignore:
Timestamp:
08/24/08 13:28:04 (10 months ago)
Author:
rgrp
Message:

[shakespeare/templates][xs]: fix up text index to include links to stats.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/shakespeare/templates/text/index.html

    r181 r204  
    1212        </th> 
    1313        <th>Author</th> 
    14         <th>Comments</th> 
     14        <th>Other Information</th> 
    1515      </tr> 
    1616    </thead> 
     
    2525          ${item.creator} 
    2626        </td> 
    27         <td py:content="item.notes"></td> 
     27        <td> 
     28          <a href="${h.url_for(controller='stats', action='text', 
     29            name=item.name)}"> 
     30            Text statistics link</a>. ${item.notes} 
     31        </td> 
    2832      </tr> 
    2933    </tbody>