Update code to fix thomas review's

This commit is contained in:
William MARTIN
2011-04-06 15:33:26 +02:00
parent 352dc3e179
commit 836ff71364
8 changed files with 64 additions and 60 deletions

View File

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