Sha256: 73c633dfd481dea48fef5cf4ae393f56688a9559c52d2b71f25b7c43a26e6567

Contents?: true

Size: 903 Bytes

Versions: 80

Compression:

Stored size: 903 Bytes

Contents

<p id="notice"><%%= notice %></p>

<% attributes.reject(&:password_digest?).each do |attribute| -%>
<p>
  <strong><%= attribute.human_name %>:</strong>
<% if attribute.attachment? -%>
  <%%= link_to @<%= singular_table_name %>.<%= attribute.column_name %>.filename, @<%= singular_table_name %>.<%= attribute.column_name %> if @<%= singular_table_name %>.<%= attribute.column_name %>.attached? %>
<% elsif attribute.attachments? -%>
  <%% @<%= singular_table_name %>.<%= attribute.column_name %>.each do |<%= attribute.singular_name %>| %>
    <div><%%= link_to <%= attribute.singular_name %>.filename, <%= attribute.singular_name %> %></div>
  <%% end %>
<% else -%>
  <%%= @<%= singular_table_name %>.<%= attribute.column_name %> %>
<% end -%>
</p>

<% end -%>
<%%= link_to 'Edit', edit_<%= singular_table_name %>_path(@<%= singular_table_name %>) %> |
<%%= link_to 'Back', <%= index_helper %>_path %>

Version data entries

80 entries across 78 versions & 8 rubygems

Version Path
railties-6.1.7.10 lib/rails/generators/erb/scaffold/templates/show.html.erb.tt
railties-6.1.7.9 lib/rails/generators/erb/scaffold/templates/show.html.erb.tt
railties-6.1.7.8 lib/rails/generators/erb/scaffold/templates/show.html.erb.tt
railties-6.1.7.7 lib/rails/generators/erb/scaffold/templates/show.html.erb.tt
scrapbook-0.3.2 vendor/ruby/2.7.0/gems/railties-6.1.6.1/lib/rails/generators/erb/scaffold/templates/show.html.erb.tt
railties-6.1.7.6 lib/rails/generators/erb/scaffold/templates/show.html.erb.tt
railties-6.1.7.5 lib/rails/generators/erb/scaffold/templates/show.html.erb.tt
railties-6.1.7.4 lib/rails/generators/erb/scaffold/templates/show.html.erb.tt
scrapbook-0.3.1 vendor/ruby/2.7.0/gems/railties-6.1.6.1/lib/rails/generators/erb/scaffold/templates/show.html.erb.tt
railties-6.1.7.3 lib/rails/generators/erb/scaffold/templates/show.html.erb.tt
railties-6.1.7.2 lib/rails/generators/erb/scaffold/templates/show.html.erb.tt
railties-6.1.7.1 lib/rails/generators/erb/scaffold/templates/show.html.erb.tt
railties-6.0.6.1 lib/rails/generators/erb/scaffold/templates/show.html.erb.tt
railties-6.1.7 lib/rails/generators/erb/scaffold/templates/show.html.erb.tt
railties-6.0.6 lib/rails/generators/erb/scaffold/templates/show.html.erb.tt
railties-6.1.6.1 lib/rails/generators/erb/scaffold/templates/show.html.erb.tt
railties-6.0.5.1 lib/rails/generators/erb/scaffold/templates/show.html.erb.tt
railties-6.0.5 lib/rails/generators/erb/scaffold/templates/show.html.erb.tt
railties-6.1.6 lib/rails/generators/erb/scaffold/templates/show.html.erb.tt
railties-6.1.5.1 lib/rails/generators/erb/scaffold/templates/show.html.erb.tt