Sha256: 64bfd3b1271a6466a716c354c67a35f7beb22b4ad57ec181747493474da9abc4

Contents?: true

Size: 330 Bytes

Versions: 2

Compression:

Stored size: 330 Bytes

Contents

<p style="color: green"><%%= notice %></p>

<h1><%= human_name.pluralize %></h1>

<%%= turbo_frame_tag id="new_<%= human_name.downcase %>_form" do %>
  <%%= link_to "New <%= human_name.downcase %>", <%= new_helper(type: :path) %> %>
<%% end %>

<div id="<%= plural_table_name %>">
<%%= render @<%= plural_table_name %> %>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hotwire_scaffold_generator-1.0.1 lib/generators/hotwire_scaffold/client_controller/templates/views/index.html.erb.tt
hotwire_scaffold_generator-1.0.0 lib/generators/hotwire_scaffold/client_controller/templates/views/index.html.erb.tt