We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60f23e8 commit 46e522fCopy full SHA for 46e522f
app/bundles/PageBundle/Resources/views/Page/_list.html.twig
@@ -103,6 +103,17 @@
103
'iconClass': 'ri-external-link-line',
104
'btnText': 'mautic.core.open_link'|trans,
105
'priority': 100
106
+ },
107
+ 'results': {
108
+ 'attr': {
109
+ 'class': 'btn btn-ghost btn-sm btn-nospin',
110
+ 'href': path('mautic_page_results', {'objectId': item.id}),
111
+ 'data-toggle': 'ajax',
112
+ 'data-menu-link': 'mautic_form_index'
113
114
+ 'iconClass': 'ri-bar-chart-line',
115
+ 'btnText': 'mautic.form.form.results'|trans,
116
+ 'priority': 80
117
}
118
119
}) }}
0 commit comments