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

Version Path
model_base_generators-0.4.0 examples/rails-5.0/app/views/attached_files/index.html.erb
model_base_generators-0.4.0 examples/rails-5.1/app/views/attached_files/index.html.erb
model_base_generators-0.3.9 example/app/views/attached_files/index.html.erb
model_base_generators-0.3.8 example/app/views/attached_files/index.html.erb
model_base_generators-0.3.7 example/app/views/attached_files/index.html.erb