Skip to content

Commit

Permalink
Update @layout.latte - playground to datagrid-skeleton
Browse files Browse the repository at this point in the history
The URL of example datagrid GitHub repository has been changed from playground to datagrid-skeleton
  • Loading branch information
MartinKokesCz authored and f3l1x committed Aug 15, 2023
1 parent fc33530 commit 901d331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/@layout.latte
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<h5 class="">
{var $reflection = new ReflectionClass($control)}
{var $presenterFile = basename($reflection->getFileName())}
<span class="fa fa-info"></span>&nbsp;&nbsp;See the code below 👇 or see <a href="https://github.com/contributte/playground/blob/master/contributte-datagrid/app/Presenters/{$presenterFile}" target="_blank">GitHub</a>
<span class="fa fa-info"></span>&nbsp;&nbsp;See the code below 👇 or see <a href="https://github.com/contributte/datagrid-skeleton/tree/master/app/Presenters/{$presenterFile}" target="_blank">GitHub</a>
</h5>

<pre><code class="language-php">{include 'datagridFactoryCode.latte', method => 'createComponentGrid'}</code></pre>
Expand Down

0 comments on commit 901d331

Please sign in to comment.