YaleSTC/shifts

View on GitHub
app/views/stickies/edit.html.erb

Summary

Maintainability
Test Coverage
<h1>Editing sticky</h1>

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

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

<%= link_to 'Show', @sticky %> |
<%= link_to 'Back', stickies_path %>