Skip to content

Commit 46e522f

Browse files
Results for Pages
1 parent 60f23e8 commit 46e522f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

app/bundles/PageBundle/Resources/views/Page/_list.html.twig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,17 @@
103103
'iconClass': 'ri-external-link-line',
104104
'btnText': 'mautic.core.open_link'|trans,
105105
'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
106117
}
107118
}
108119
}) }}

0 commit comments

Comments
 (0)