app/views/foreman_tasks/tasks/index.html.erb in foreman-tasks-0.8.2 vs app/views/foreman_tasks/tasks/index.html.erb in foreman-tasks-0.8.3
- old
+ new
@@ -1,6 +1,6 @@
<% title _("Tasks") %>
-<% title_actions help_path%>
+<% title_actions SETTINGS[:version].short <= '1.13' ? help_path : help_button %>
<style>
.param-name {
display: inline-block;
width: 10em;