Changeset 205
- Timestamp:
- 08/26/08 17:21:12 (10 months ago)
- Location:
- trunk/shakespeare/templates
- Files:
-
- 2 modified
-
stats/text.html (modified) (1 diff)
-
text/index.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/shakespeare/templates/stats/text.html
r203 r205 30 30 </td> 31 31 <td> 32 ${stat.word} 32 <a href="${h.url_for(controller='stats', action='word', id=stat.word)}"> 33 ${stat.word}</a> 33 34 </td> 34 35 <td> -
trunk/shakespeare/templates/text/index.html
r204 r205 27 27 <td> 28 28 <a href="${h.url_for(controller='stats', action='text', 29 name=item.name)}">29 id=item.name)}"> 30 30 Text statistics link</a>. ${item.notes} 31 31 </td>
