Sha256: 077558cc5bd0ea789f7890859d4340393ccf6e93b25463fa3dea6e15b6849463

Contents?: true

Size: 593 Bytes

Versions: 57

Compression:

Stored size: 593 Bytes

Contents

<%= form_for(@topic) do |f| %>
  <% if @topic.errors.any? %>
    <div id="error_explanation">
      <h2><%= pluralize(@topic.errors.count, "error") %> prohibited this topic from being saved:</h2>

      <ul>
      <% @topic.errors.full_messages.each do |message| %>
        <li><%= message %></li>
      <% end %>
      </ul>
    </div>
  <% end %>

  <div class="field">
    <%= f.label :name %><br>
    <%= f.text_area :name %>
  </div>
  <div class="field">
    <%= f.label :place %><br>
    <%= f.text_area :place %>
  </div>
  <div class="actions">
    <%= f.submit %>
  </div>
<% end %>

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
wordjelly-auth-1.6.0 spec/dummy/app/views/topics/_form.html.erb
wordjelly-auth-1.5.9 spec/dummy/app/views/topics/_form.html.erb
wordjelly-auth-1.5.8 spec/dummy/app/views/topics/_form.html.erb
wordjelly-auth-1.5.7 spec/dummy/app/views/topics/_form.html.erb
wordjelly-auth-1.5.6 spec/dummy/app/views/topics/_form.html.erb
wordjelly-auth-1.5.5 spec/dummy/app/views/topics/_form.html.erb
wordjelly-auth-1.5.4 spec/dummy/app/views/topics/_form.html.erb
wordjelly-auth-1.5.3 spec/dummy/app/views/topics/_form.html.erb
wordjelly-auth-1.5.2 spec/dummy/app/views/topics/_form.html.erb
wordjelly-auth-1.5.1 spec/dummy/app/views/topics/_form.html.erb
wordjelly-auth-1.5.0 spec/dummy/app/views/topics/_form.html.erb
wordjelly-auth-1.4.9 spec/dummy/app/views/topics/_form.html.erb
wordjelly-auth-1.4.8 spec/dummy/app/views/topics/_form.html.erb
wordjelly-auth-1.4.7 spec/dummy/app/views/topics/_form.html.erb
wordjelly-auth-1.4.6 spec/dummy/app/views/topics/_form.html.erb
wordjelly-auth-1.4.5 spec/dummy/app/views/topics/_form.html.erb
wordjelly-auth-1.4.4 spec/dummy/app/views/topics/_form.html.erb
wordjelly-auth-1.4.3 spec/dummy/app/views/topics/_form.html.erb
wordjelly-auth-1.4.2 spec/dummy/app/views/topics/_form.html.erb
wordjelly-auth-1.4.0 spec/dummy/app/views/topics/_form.html.erb