Sha256: 4cd2e32c102f6611d10870f29bcd92f3a8a49d634a13f5c0ce7f3c80eba56e1d

Contents?: true

Size: 632 Bytes

Versions: 1

Compression:

Stored size: 632 Bytes

Contents

<ul>
  <%% if <%= "previous_#{step_alias}" %>.present? %>
    <li><%%= link_to "Previous <%= step_alias %>", edit_<%= file_path %>_<%= file_path %>_<%= step_alias %>_path(<%= file_path %>_<%= step_alias %>_model, previous_step) %></li>
  <%% end %>
  <%% if <%= "next_#{step_alias}" %>.present? %>
    <li><%%= link_to "Next <%= step_alias %>", edit_<%= file_path %>_<%= file_path %>_<%= step_alias %>_path(<%= file_path %>_<%= step_alias %>_model, next_step) %></li>
  <%% else %>
    <li><%%= link_to "Finish <%= step_alias %>", <%= file_path %>_path(<%= file_path %>_<%= step_alias %>_model) %></li>
  <%% end %>
</ul>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ultra_light_wizard-0.0.2 lib/generators/templates/app/views/wizard_step_navigation_view.html.erb