removed translation or between buttons

This commit is contained in:
Deepak Chauhan
2022-01-19 02:01:29 +05:30
parent e1849e5fb6
commit 1ed5b3a3f6

View File

@@ -1,4 +1,4 @@
.text-center.margin-bottom-50{ ng: { hide: "RequestMonitor.loading" } }
%input{ type: 'button', value: "#{t('admin.show_n_more', num: '30')} #{t(:days)}", ng: { click: 'showMore(30)' } }
or
%input{ type: 'button', value: "#{t('admin.show_n_more', num: '90')} #{t(:days)}", ng: { click: 'showMore(90)' } }