Skip to content

Commit

Permalink
Merge pull request #117 from fprochazka/fix-panel-var
Browse files Browse the repository at this point in the history
Panel: fixed overwritten variable
  • Loading branch information
fprochazka committed Feb 7, 2016
2 parents 0ffffc3 + 1c5a16e commit b233e2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WebLoader/Nette/Diagnostics/panel.latte
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</tr>
</thead>
<tbody>
<tr n:foreach="$extensions as $extension => $files">
<tr n:foreach="$extensions as $extension => $extensionFiles">
<td colspan="2" style="padding: 0;">
<table style="width: 100%;">
<thead>
Expand All @@ -18,7 +18,7 @@
</tr>
</thead>
<tbody>
<tr n:foreach="$files as $file">
<tr n:foreach="$extensionFiles as $file">
<td title="{$file['full']}">{$file['name']}</td>
<td>{$file['size']|bytes}</td>
</tr>
Expand Down

0 comments on commit b233e2d

Please sign in to comment.