Sha256: da0a5f366a36c81407de4e3e6d01524db8596b21716b274e464c70a3c27b7ac9
Contents?: true
Size: 724 Bytes
Versions: 105
Compression:
Stored size: 724 Bytes
Contents
<header class="row"> <div class="col-sm-5"> <h3> <%= t('Batches') %> </h3> </div> <% if @batches.any? && @total_size > @count.to_i %> <div class="col-sm-4"> <%= erb get_template(:_pagination), locals: { url: "#{root_path}batches" } %> </div> <% end %> </header> <% if @batches.any? %> <div class="table_container"> <%= erb get_template(:_batches_table), locals: { batches: @batches } %> </div> <% end %> <form action="<%= root_path %>batches/all" method="post"> <%= csrf_tag %> <input class="btn btn-danger btn-xs pull-right flip" type="submit" name="delete" value="<%= t('DeleteAll') %>" data-confirm="<%= t('AreYouSure') %>" /> </form>
Version data entries
105 entries across 105 versions & 1 rubygems