Second pass of code review

This commit is contained in:
William MARTIN
2011-04-11 15:37:40 +02:00
parent 0bae69908b
commit dc31155de1
9 changed files with 24 additions and 73 deletions

View File

@@ -34,7 +34,7 @@
<th><strong>{trans 'Current logo'}:</strong></th>
<td>
{if $logo}
<img src="{url 'IDF_Views_Project::logo', array($project.shortname)}" alt="{trans 'project logo'}" />
<img src="{url 'IDF_Views_Project::logo', array($project.shortname)}" alt="{trans 'Project logo'}" />
{else}
{trans 'Your project does not have a logo configured yet.'}
{/if}