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

Version Path
foreman_docker-3.1.0 app/views/containers/steps/_form_buttons.html.erb
foreman_docker-3.0.0 app/views/containers/steps/_form_buttons.html.erb
foreman_docker-2.1.1 app/views/containers/steps/_form_buttons.html.erb
foreman_docker-2.1.0 app/views/containers/steps/_form_buttons.html.erb
foreman_docker-2.0.1 app/views/containers/steps/_form_buttons.html.erb
foreman_docker-2.0.0 app/views/containers/steps/_form_buttons.html.erb
foreman_docker-1.4.1 app/views/containers/steps/_form_buttons.html.erb
foreman_docker-1.4.0 app/views/containers/steps/_form_buttons.html.erb
foreman_docker-1.3.1 app/views/containers/steps/_form_buttons.html.erb
foreman_docker-1.3.0 app/views/containers/steps/_form_buttons.html.erb
foreman_docker-1.2.4 app/views/containers/steps/_form_buttons.html.erb
foreman_docker-1.2.3 app/views/containers/steps/_form_buttons.html.erb
foreman_docker-1.2.2 app/views/containers/steps/_form_buttons.html.erb
foreman_docker-1.2.1 app/views/containers/steps/_form_buttons.html.erb
foreman_docker-1.2.0 app/views/containers/steps/_form_buttons.html.erb
foreman_docker-1.1.0 app/views/containers/steps/_form_buttons.html.erb