Skip to content

Commit

Permalink
Added filterRenderType into menu links
Browse files Browse the repository at this point in the history
  • Loading branch information
o5 committed Dec 28, 2014
1 parent 0394a19 commit 89f41ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/templates/@layout.latte
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
</a>
<ul class="dropdown-menu">
<li n:class="$presenter->name == 'NetteDatabase' ? 'active'">
<a n:href="NetteDatabase:">Nette\Database</a>
<a n:href="NetteDatabase: filterRenderType => Grido\Components\Filters\Filter::RENDER_INNER">Nette\Database</a>
</li>
<li n:class="$presenter->name == 'Dibi' && $presenter->action == 'default' ? 'active'">
<a n:href="Dibi:">Dibi</a>
<a n:href="Dibi: filterRenderType => Grido\Components\Filters\Filter::RENDER_INNER">Dibi</a>
</li>
<li n:class="$presenter->name == 'Doctrine' ? 'active'">
<a n:href="Doctrine:">Doctrine</a>
<a n:href="Doctrine: filterRenderType => Grido\Components\Filters\Filter::RENDER_INNER">Doctrine</a>
</li>
<li n:class="$presenter->name == 'Array' ? 'active'">
<a n:href="Array: filterRenderType => Grido\Components\Filters\Filter::RENDER_OUTER">Array</a>
Expand Down

0 comments on commit 89f41ec

Please sign in to comment.