added back to last step
This commit is contained in:
parent
7eafdcab0e
commit
bc083c38c8
@ -47,6 +47,9 @@
|
||||
<% end %>
|
||||
buttons: [
|
||||
<% if index == steps.size - 1 %>
|
||||
<% if steps.size > 1 %>
|
||||
{ text: '<%= t('walter.back') %>', action: Walter.tours["<%= tour_name %>"].back, classes: 'shepherd-button-secondary' },
|
||||
<% end %>
|
||||
{ text: '<%= t('walter.done') %>', action: Walter.tours["<%= tour_name %>"].complete },
|
||||
<% else %>
|
||||
<% if index == 0 %>
|
||||
|
Loading…
x
Reference in New Issue
Block a user