Sha256: 7d0ac76e7150ad018bfe739f0c5fb48f446266768f08f24da77086d870a68e4d

Contents?: true

Size: 221 Bytes

Versions: 2

Compression:

Stored size: 221 Bytes

Contents

<h1>Editing annotation</h1>

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

  <p>
    <%= f.submit "Update" %>
  </p>
<% end %>

<%= link_to 'Show', @annotation %> |
<%= link_to 'Back', annotations_path %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
my_annotations-0.6.0 test/app_root/app/views/annotations/edit.html.erb
my_annotations-0.5.1 test/app_root/app/views/annotations/edit.html.erb