Sha256: 2c22414a43a9fde41b5a0cdbde47374693d395249fe2a36c50a4a8f53ca4d5ea
Contents?: true
Size: 295 Bytes
Versions: 27
Compression:
Stored size: 295 Bytes
Contents
<% if @attachments.empty? %> <div class="info"> <%= render_icon('info') %> <%= _t(:no_files_in_archive) %> </div> <% else %> <ul> <%= render partial: 'file_to_assign', collection: @attachments %> </ul> <%= paginate @attachments, theme: 'alchemy', remote: true %> <% end %>
Version data entries
27 entries across 27 versions & 2 rubygems