Sha256: d1660cb27c693b1db86096f0e3a2806708d9c9531f967618b9c09a2f2804daeb
Contents?: true
Size: 735 Bytes
Versions: 16
Compression:
Stored size: 735 Bytes
Contents
<div class="clearfix"> <div class="form-actions"> <% if step == :preliminary %> <%= link_to _("Cancel"), containers_path, :class => "btn btn-danger" %> <% else %> <a class="btn btn-default" href="<%= previous_wizard_path %>"> <span class="glyphicon glyphicon-chevron-left"></span> <%= _("Back") %> </a> <% end %> <% next_id = defined?(registry) ? "next_#{registry}" : "next" %> <%= button_tag(:id => next_id, :type => 'submit', :class => "btn btn-primary pull-right") do %> <% if last_step? %> <%= _("Submit") %> <% else %> <%= _("Next") %> <span class="glyphicon glyphicon-chevron-right"></span> <% end %> <% end %> </div> </div>
Version data entries
16 entries across 16 versions & 1 rubygems