diff --git a/app/views/problems/new.html.haml b/app/views/problems/new.html.haml new file mode 100644 --- /dev/null +++ b/app/views/problems/new.html.haml @@ -0,0 +1,6 @@ +%h1 New Problem + += render 'form', problem: @problem +.row.my-3 + .col-md-4 + = link_to 'Back', problems_path, class: 'btn btn-secondary'