Changeset 204
- Timestamp:
- 08/24/08 13:28:04 (10 months ago)
- Files:
-
- 1 modified
-
trunk/shakespeare/templates/text/index.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/shakespeare/templates/text/index.html
r181 r204 12 12 </th> 13 13 <th>Author</th> 14 <th> Comments</th>14 <th>Other Information</th> 15 15 </tr> 16 16 </thead> … … 25 25 ${item.creator} 26 26 </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> 28 32 </tr> 29 33 </tbody>
