linanc/CApoets

View on GitHub
app/views/poems/submitted.html.haml

Summary

Maintainability
Test Coverage
= stylesheet_link_tag "submitpoemform"

.container
  .info
    %h1 Poem was successfully submitted.
    %span
    %br
    %footer.footer
      = button_to 'Submit another poem', { action: "new" },  :method => :get, :id => "submit_another_button", :class=>"button"