comparison rhodecode/templates/journal/journal.html @ 2165:dc2584ba5fbc

merged beta into default branch
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 28 Mar 2012 19:54:16 +0200
parents 82a88013a3fd b745d5d2563c
children 63e58ef80ef1
comparison
equal deleted inserted replaced
2097:8fd6650bb436 2165:dc2584ba5fbc
46 <table id="repos_list"> 46 <table id="repos_list">
47 <thead> 47 <thead>
48 <tr> 48 <tr>
49 <th></th> 49 <th></th>
50 <th class="left">${_('Name')}</th> 50 <th class="left">${_('Name')}</th>
51 <th class="left">${_('Tip')}</th> 51 <th class="left">${_('Revision')}</th>
52 <th class="left">${_('Action')}</th> 52 <th class="left">${_('Action')}</th>
53 <th class="left">${_('Action')}</th> 53 <th class="left">${_('Action')}</th>
54 </thead> 54 </thead>
55 <tbody> 55 <tbody>
56 <%namespace name="dt" file="/_data_table/_dt_elements.html"/> 56 <%namespace name="dt" file="/_data_table/_dt_elements.html"/>