Skip to content

Instantly share code, notes, and snippets.

@HenderOrlando
Created March 6, 2014 20:42
Show Gist options
  • Select an option

  • Save HenderOrlando/9399235 to your computer and use it in GitHub Desktop.

Select an option

Save HenderOrlando/9399235 to your computer and use it in GitHub Desktop.
{% include '_botones.html.twig' with {
'buttonset': 'horizontal',
'botones' : [
{
'url' : '',
'label' : 'Index 1'
},
{
'url' : '',
'label' : 'Index 2'
},
{
'url' : '',
'label' : 'Index 3'
},
{
'url' : 'usuario_',
'label' : 'Index Usuario',
'type' : 'Info',
'list' : [
{
'url' : 'usuario_',
'label' : 'Index 1',
},
{
'url' : 'usuario_',
'label' : 'Index 2',
},
{
'url' : 'usuario_',
'label' : 'Index 3',
}
],
'sizing': '',
'view' : ''
},
],
'sizing': 'pequeño',
} %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment