diff --git a/app/views/shared/export/_plan.erb b/app/views/shared/export/_plan.erb index d6db153..8c05506 100644 --- a/app/views/shared/export/_plan.erb +++ b/app/views/shared/export/_plan.erb @@ -34,7 +34,7 @@ <% @hash[:phases].each do |phase| %>
-

<%= (@hash[:phases].length > 1 ? "#{@plan.title} - #{phase[:title]}" : @plan.title) %>

+

<%= "#{@plan.title} - #{phase[:title]}" %>


<% phase[:sections].each do |section| %> <% if @show_sections_questions %>