diff --git a/app/components/form/title_component.html.erb b/app/components/form/title_component.html.erb index cf37ac2dbe..a0d626caae 100644 --- a/app/components/form/title_component.html.erb +++ b/app/components/form/title_component.html.erb @@ -12,7 +12,9 @@ <% if @progress %>
<% if @navigable %> - <%= link_to 'BACK', @nav_back %> + <%= link_to @nav_back do %> + + <% end %> <% end %>

<%= @steps_in_text %> @@ -24,7 +26,9 @@

<% if @navigable %> - <%= link_to 'NEXT', @nav_next %> + <%= link_to @nav_next do %> + + <% end %> <% end %> <% end %>