We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c86f254 commit 7a65c3eCopy full SHA for 7a65c3e
app/helpers/application_helper/toolbar/service_center.rb
@@ -88,4 +88,14 @@ class ApplicationHelper::Toolbar::ServiceCenter < ApplicationHelper::Toolbar::Ba
88
]
89
),
90
])
91
+ button_group('service_refresh', [
92
+ button(
93
+ :service_view,
94
+ 'fa fa-refresh fa-lg',
95
+ N_('Refresh this page'),
96
+ N_('Refresh'),
97
+ # needs the function because reload can't be called with different this
98
+ :data => { 'function' => 'function() { window.location.reload(); }' }
99
+ )
100
+ ])
101
end
0 commit comments