Sha256: 0f6706ed66d9baa98773c0f5c01863c2c50b98abfbd349d858f757cf5f6436dd

Contents?: true

Size: 340 Bytes

Versions: 6

Compression:

Stored size: 340 Bytes

Contents

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

<% for attribute in attributes %>
<p>
  <b><%= attribute.human_name %>:</b>
  <%%= @<%= singular_table_name %>.<%= attribute.name %> %>
</p>

<% end %>

<%%= link_to 'Edit', edit_admin_<%= singular_table_name %>_path(@<%= singular_table_name %>) %> | <%%= link_to 'Back', admin_<%= index_helper %>_path %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
cable-0.9.6 lib/generators/cable/resource/templates/erb/scaffold/show.html.erb
cable-0.9.5 lib/generators/cable/resource/templates/erb/scaffold/show.html.erb
cable-0.9.4 lib/generators/cable/resource/templates/erb/scaffold/show.html.erb
cable-0.9.3 lib/generators/cable/resource/templates/erb/scaffold/show.html.erb
cable-0.9.1 lib/generators/cable/resource/templates/erb/scaffold/show.html.erb
cable-0.9.0 lib/generators/cable/resource/templates/erb/scaffold/show.html.erb