view _test/Resources/view/site/product/_base.tt @ 427:09e0086a82a7 ref20150831 tip

Merge
author cin
date Tue, 15 May 2018 00:51:33 +0300
parents f05634287ac7
children
line wrap: on
line source

[%
    document.menu = [
        { title = Edit, href = location.edit },
        { title = View, href = location.view },
        { title = Create, href = container.create },
        { title = List, href = container }
    ];
%]