Sha256: 1f651d9688ed94c5426f69a4d912cb0712bfb5c00bd88e3be83c51ba2a03eeae
Contents?: true
Size: 366 Bytes
Versions: 5
Compression:
Stored size: 366 Bytes
Contents
<%- model_class = AttachedFile -%> <div class="page-header"> <h1><%=t '.title', :default => model_class.model_name.human.pluralize.titleize %></h1> </div> <%= render 'attached_files/table', attached_files: @attached_files %> <%= link_to t('.new', :default => t("helpers.links.new")), new_attached_file_path, :class => 'btn btn-primary' %>
Version data entries
5 entries across 4 versions & 1 rubygems