Sha256: 46c1487ea36880cc3062a86e6b4fc5bcf240c9b87fc22ef8217de4ef802938ed
Contents?: true
Size: 685 Bytes
Versions: 3
Compression:
Stored size: 685 Bytes
Contents
<%= form_with(model: ezii_zapping, local: true) do |form| %> <% if ezii_zapping.errors.any? %> <div id="error_explanation"> <h2><%= pluralize(ezii_zapping.errors.count, "error") %> prohibited this ezii_zapping from being saved:</h2> <ul> <% ezii_zapping.errors.full_messages.each do |message| %> <li><%= message %></li> <% end %> </ul> </div> <% end %> <div class="field"> <%= form.label :previous_url %> <%= form.text_area :previous_url %> </div> <div class="field"> <%= form.label :next_url %> <%= form.text_area :next_url %> </div> <div class="actions"> <%= form.submit %> </div> <% end %>
Version data entries
3 entries across 3 versions & 3 rubygems
Version | Path |
---|---|
ezii-browser-1.0.0 | server/redux-os/app/views/ezii_zappings/_form.html.erb |
mega-os-1.0.0 | app/views/ezii_zappings/_form.html.erb |
jester-data-8.0.0 | app/views/ezii_zappings/_form.html.erb |