comparison rhodecode/templates/index.html @ 633:fcf599cd3404 beta

Move changes for git implementation
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 24 Oct 2010 22:27:28 +0200
parents a1ec653f5f95
children fd63782c4426
comparison
equal deleted inserted replaced
631:05528ad948c4 633:fcf599cd3404
43 <tr> 43 <tr>
44 <th class="left">${get_sort(_('Name'))}</th> 44 <th class="left">${get_sort(_('Name'))}</th>
45 <th class="left">${get_sort(_('Description'))}</th> 45 <th class="left">${get_sort(_('Description'))}</th>
46 <th class="left">${get_sort(_('Last change'))}</th> 46 <th class="left">${get_sort(_('Last change'))}</th>
47 <th class="left">${get_sort(_('Tip'))}</th> 47 <th class="left">${get_sort(_('Tip'))}</th>
48 <th class="left">${get_sort(_('Contact'))}</th> 48 <th class="left">${get_sort(_('Owner'))}</th>
49 <th class="left">${_('RSS')}</th> 49 <th class="left">${_('RSS')}</th>
50 <th class="left">${_('Atom')}</th> 50 <th class="left">${_('Atom')}</th>
51 </tr> 51 </tr>
52 </thead> 52 </thead>
53 <tbody> 53 <tbody>