Fix db feed
This commit is contained in:
parent
070f1b263f
commit
af58e84324
2 changed files with 6 additions and 6 deletions
|
|
@ -5,7 +5,7 @@
|
|||
</h1>
|
||||
{foreach from=$teams item=i}
|
||||
<ul>
|
||||
<li><a href="/{$i->id}-{$i->company}">{$i->company}</a></li>
|
||||
<li><a href="/{$i->id}-{$i->team_name}">{$i->team_name}</a></li>
|
||||
</ul>
|
||||
{/foreach}
|
||||
{/block}
|
||||
|
|
|
|||
Reference in a new issue