mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-28 13:31:06 +00:00
16 lines
No EOL
291 B
Text
16 lines
No EOL
291 B
Text
<h1>Editing log_event</h1>
|
|
|
|
<%= form_for(@log_event) do |f| %>
|
|
<%= f.error_messages %>
|
|
|
|
<p>
|
|
<%= f.label :name %><br />
|
|
<%= f.text_field :name %>
|
|
</p>
|
|
<p>
|
|
<%= f.submit 'Update' %>
|
|
</p>
|
|
<% end %>
|
|
|
|
<%= link_to 'Show', @log_event %> |
|
|
<%= link_to 'Back', log_events_path %> |