mirror of
https://github.com/WenPai-org/wp-china-yes.git
synced 2025-08-08 14:59:18 +08:00
16 lines
No EOL
276 B
PHP
16 lines
No EOL
276 B
PHP
<?php
|
|
/**
|
|
* Debug
|
|
*/
|
|
$this->extend('layout');
|
|
?>
|
|
|
|
<h1>Debug</h1>
|
|
|
|
<?php
|
|
echo $this->render('../debug/dump');
|
|
?>
|
|
|
|
<form>
|
|
<button class="button button-primary button-large has-icon icon-save loco-loading" disabled>Test spinner</button>
|
|
</form>
|