Sha256: 6c61b70bdca3b383922ca2aa35306fd43b40a2eb446b0c196c22ccd2b0ba03cd
Contents?: true
Size: 418 Bytes
Versions: 10
Compression:
Stored size: 418 Bytes
Contents
<% wizard_steps.each do |s| %> <p> <%= "#{s} step is the current step" if current_step?(s) %><br /> <%= "#{s} step is a past step" if past_step?(s) %><br /> <%= "#{s} step is a future step" if future_step?(s) %><br /> <%= "#{s} step was the previous step" if previous_step?(s) %><br /> <%= "#{s} step is the next step" if next_step?(s) %><br /> </p> <% end %>
Version data entries
10 entries across 10 versions & 2 rubygems