comparison rhodecode/templates/files/files_browser.html @ 3492:0065f7fe60f6 beta

fix spelling of committer
author Mads Kiilerich <madski@unity3d.com>
date Wed, 06 Mar 2013 19:54:36 +0100
parents c20adbaf16af
children 58905069da21
comparison
equal deleted inserted replaced
3491:bdb997400835 3492:0065f7fe60f6
47 <th>${_('Name')}</th> 47 <th>${_('Name')}</th>
48 <th>${_('Size')}</th> 48 <th>${_('Size')}</th>
49 <th>${_('Mimetype')}</th> 49 <th>${_('Mimetype')}</th>
50 <th>${_('Last Revision')}</th> 50 <th>${_('Last Revision')}</th>
51 <th>${_('Last modified')}</th> 51 <th>${_('Last modified')}</th>
52 <th>${_('Last commiter')}</th> 52 <th>${_('Last committer')}</th>
53 </tr> 53 </tr>
54 </thead> 54 </thead>
55 55
56 <tbody id="tbody"> 56 <tbody id="tbody">
57 %if c.file.parent: 57 %if c.file.parent: