Sha256: a54ed408dc1e477ebe2ae63379bec2fe96ad8e729ce12f4c1eed3b89ee8dabd7

Contents?: true

Size: 893 Bytes

Versions: 19

Compression:

Stored size: 893 Bytes

Contents

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

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

  <div class="field">
    <%= f.label :term %><br>
    <%= f.text_area :term %>
  </div>
  <div class="field">
    <%= f.label :city %><br>
    <%= f.text_area :city %>
  </div>
  <div class="field">
    <%= f.label :country_id %><br>
    <%= f.number_field :country_id %>
  </div>
  <div class="field">
    <%= f.label :latitude %><br>
    <%= f.text_field :latitude %>
  </div>
  <div class="field">
    <%= f.label :longitude %><br>
    <%= f.text_field :longitude %>
  </div>
  <div class="actions">
    <%= f.submit %>
  </div>
<% end %>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
enju_event-0.3.5 app/views/places/_form.html.erb
enju_event-0.4.0.rc.1 app/views/places/_form.html.erb
enju_event-0.3.4 app/views/places/_form.html.erb
enju_event-0.3.3 app/views/places/_form.html.erb
enju_event-0.4.0.beta.2 app/views/places/_form.html.erb
enju_event-0.4.0.beta.1 app/views/places/_form.html.erb
enju_event-0.3.2 app/views/places/_form.html.erb
enju_event-0.3.1 app/views/places/_form.html.erb
enju_event-0.3.0 app/views/places/_form.html.erb
enju_event-0.3.0.rc.1 app/views/places/_form.html.erb
enju_event-0.3.0.beta.1 app/views/places/_form.html.erb
enju_event-0.2.3 app/views/places/_form.html.erb
enju_event-0.2.2 app/views/places/_form.html.erb
enju_event-0.2.1 app/views/places/_form.html.erb
enju_event-0.2.0 app/views/places/_form.html.erb
enju_event-0.2.0.beta.4 app/views/places/_form.html.erb
enju_event-0.2.0.beta.3 app/views/places/_form.html.erb
enju_event-0.2.0.beta.2 app/views/places/_form.html.erb
enju_event-0.2.0.beta.1 app/views/places/_form.html.erb