Skip to content

Commit

Permalink
Merge pull request #61 from Worteks/issue-47
Browse files Browse the repository at this point in the history
Adapt other templates to changes in value_displayer.tpl (#47)
  • Loading branch information
coudot authored Jun 22, 2019
2 parents 9902750 + cf6debf commit 30ff5bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/listing_boxes.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{foreach $entry.{$attribute} as $value}
{if $value@index eq 0}{continue}{/if}
<i class="fa fa-fw fa-{$faclass}"></i>
{include 'value_displayer.tpl' value=$value type=$type}<br />
{include 'value_displayer.tpl' value=$value type=$type}
{/foreach}
</p>
{/foreach}
Expand Down
2 changes: 1 addition & 1 deletion templates/listing_table.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{foreach $entry.{$attribute} as $value}
{if $value@index eq 0}{continue}{/if}
{$type=$attributes_map.{$column}.type}
{include 'value_displayer.tpl' value=$value type=$type}<br />
{include 'value_displayer.tpl' value=$value type=$type}
{/foreach}
{if $listing_linkto|is_array && in_array($column, $listing_linkto)}
</a>
Expand Down

0 comments on commit 30ff5bc

Please # to comment.