Changeset - e2600310e0b2
[Not reviewed]
default
0 1 0
Marcin Kuzminski - 16 years ago 2010-04-14 00:51:23
marcin@python-blog.com
bugfix fot admin template
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pylons_app/templates/admin.html
Show inline comments
 
@@ -31,13 +31,13 @@
 
            ${h.link_to(u'Users',h.url('users'))}
 
        </li>
 
    </ul>
 
    <br/>
 
    <div>
 
        <h2>Welcome ${c.admin_username}</h2>
 
        <div>${_('Last 10 user actions')</div>
 
        <div>${_('Last 10 user actions')}</div>
 
        %if c.users_log:
 
	        <table>
 
	        <tr>
 
	        	<td>${_('Username')}</td>
 
	        	<td>${_('Repository')}</td>
 
	        	<td>${_('Action')}</td>
0 comments (0 inline, 0 general)