Skip to content

Commit

Permalink
Merge pull request #59 from jatwell93/eercise_submit
Browse files Browse the repository at this point in the history
fixing exercise submission error
  • Loading branch information
jatwell93 authored Jul 4, 2017
2 parents f5e586c + a95cea1 commit 42c6567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/exercises/_form.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="well">
<div class="well cl">
<div class='row'>
<div class='col-md-12'>
<%= form_for([current_user, @exercise], :html => {class: "form-horizontal", role: "form"}) do |f| %>
Expand Down

0 comments on commit 42c6567

Please sign in to comment.