Sha256: 0ed02b427f7d953dcea68690ebf108085a66d69ef4afd371cee8f3c78d1b3646
Contents?: true
Size: 492 Bytes
Versions: 6
Compression:
Stored size: 492 Bytes
Contents
<%= form_with(model: string_activity, local: true) do |form| %> <% if string_activity.errors.any? %> <div id="error_explanation"> <h2><%= pluralize(string_activity.errors.count, "error") %> prohibited this string_activity from being saved:</h2> <ul> <% string_activity.errors.full_messages.each do |message| %> <li><%= message %></li> <% end %> </ul> </div> <% end %> <div class="actions"> <%= form.submit %> </div> <% end %>
Version data entries
6 entries across 6 versions & 1 rubygems