Group
Extension

Matches 1

Mojolicious-Plugin-Directory-Stylish ( C/CO/COFFEE/Mojolicious-Plugin-Directory-Stylish-1.006.tar.gz, COFFEE, 2017; MetaCPAN )
Mojolicious-Plugin-Directory-Stylish/lib/Mojolicious/Plugin/Directory/Stylish.pm ( view source; MetaCPAN )
ndler     = $args->{handler};
    my $index       = $args->{dir_index};
    my $enable_json = $args->{enable_json};
    my $auto_index  = $args->{auto_index} // 1;

    my $css         = $args->{css} 
     $c->stash(css => $css),
                    render_indexes( $c, $path, $render_opts, $enable_json )
                        unless ( $c->tx->res->code );
                }
            }
        }
);
    $c->reply->asset($asset);
}

sub render_indexes {
    my ( $c, $dir, $render_opts, $enable_json ) = @_;

    my @files =
        ( $c->req->url eq '/' )
        ? ()
        : ( { url => '../',

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.