Skip to content

Commit

Permalink
Issue #518: Display expanded URL in link lists
Browse files Browse the repository at this point in the history
  • Loading branch information
amygdala authored and ginatrapani committed Dec 29, 2010
1 parent 287f945 commit b166464
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion webapp/_lib/view/_link.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
<a href="{$l->url}"><div class="pic"><img src="{$l->expanded_url}" /></div></a>
{else}
{if $l->expanded_url}
<a href="{$l->expanded_url}" title="{$l->expanded_url}">{$l->title}</a>
<small>
<a href="{$l->expanded_url}" title="{$l->expanded_url}">{if $l->title}{$l->title}{else}{$l->expanded_url}{/if}</a>
</small>
{/if}
{/if}
<div class="post">
Expand Down

0 comments on commit b166464

Please sign in to comment.