fix block view

This commit is contained in:
Mario Vavti 2015-04-29 21:43:41 +02:00
parent 310d122901
commit 2376d2140a

View File

@ -29,7 +29,7 @@
<tr id="block-list-item-{{$item.url}}">
<td>
{{if $view}}
<a href="block/{{$channel}}/{{$item.title}}" title="{{$view}}">{{$item.name}}</a>
<a href="block/{{$channel}}/{{$item.name}}" title="{{$view}}">{{$item.name}}</a>
{{else}}
{{$item.name}}
{{/if}}