Changeset 205

Show
Ignore:
Timestamp:
08/26/08 17:21:12 (10 months ago)
Author:
rgrp
Message:

[shakespeare/templates][s]: fix up link to text stats from index and link text stats to word stats.

Location:
trunk/shakespeare/templates
Files:
2 modified

Legend:

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

    r203 r205  
    3030        </td> 
    3131        <td> 
    32           ${stat.word} 
     32          <a href="${h.url_for(controller='stats', action='word', id=stat.word)}"> 
     33            ${stat.word}</a> 
    3334        </td> 
    3435        <td> 
  • trunk/shakespeare/templates/text/index.html

    r204 r205  
    2727        <td> 
    2828          <a href="${h.url_for(controller='stats', action='text', 
    29             name=item.name)}"> 
     29            id=item.name)}"> 
    3030            Text statistics link</a>. ${item.notes} 
    3131        </td>