Sha256: 06bf5babc2d45491dba4d3c8b08d20745fc9f8462e96fa4bfdaf5762ba759b94
Contents?: true
Size: 658 Bytes
Versions: 2
Compression:
Stored size: 658 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_alias %>) %></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_alias %>) %></li> <%% else %> <li><%%= link_to "Finish <%= step_alias %>", <%= file_path %>_path(<%= file_path %>_<%= step_alias %>_model) %></li> <%% end %> </ul>
Version data entries
2 entries across 2 versions & 1 rubygems