Sha256: 5cd34574cfdc96a19a599a05725d3499f3f3cf31807d8a41a63b13b8ab344a94

Contents?: true

Size: 420 Bytes

Versions: 88

Compression:

Stored size: 420 Bytes

Contents

<%= form_for(@event_category) do |f| %>
  <%= f.error_messages %>

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

Version data entries

88 entries across 88 versions & 1 rubygems

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