Compare commits
No commits in common. "master" and "v1.3.0" have entirely different histories.
@ -10,7 +10,7 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"mcnd/lean": "1.4.2"
|
||||
"mcnd/lean": "dev-master"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
{% php $import = include($file) %}
|
||||
|
||||
<div class="grid">
|
||||
<strong class="col route-name">{{ substr((string) $file, strlen($path)) }}</strong>
|
||||
<strong class="col route-name">{{ substr($file, strlen($path)) }}</strong>
|
||||
|
||||
<div class="col">
|
||||
{{ $import['namespace'] }}
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
<article class="picea">
|
||||
{% foreach $folder as $file %}
|
||||
<div class="grid">
|
||||
<strong class="col route-name">{{ substr((string) $file, strlen($path)) }}</strong>
|
||||
<strong class="col route-name">{{ substr($file, strlen($path)) }}</strong>
|
||||
<div>
|
||||
{#<a target="_blank" class="btn-red" href="">
|
||||
Voir
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user