nukomeet/coworfing

View on GitHub
app/views/places/edit.html.haml

Summary

Maintainability
Test Coverage
.hero-unit
  %h2= title "Editing place"

= render 'form'

= link_to 'Show', @place
\|
= link_to 'Back', places_path
\|
= link_to 'Delete this place', @place, :confirm => 'You are about to delete this place. Are you sure?', :method => :delete