diff --git a/app/views/boards/_course_new.html.erb b/app/views/boards/_course_new.html.erb index 6ca6b074a..10f23d4f2 100644 --- a/app/views/boards/_course_new.html.erb +++ b/app/views/boards/_course_new.html.erb @@ -2,8 +2,10 @@ <%= render :partial => 'form_course', :locals => {:f => f, :topic => @message} %>
  • - <%= l(:button_cancel) %> - <%= l(:button_submit)%> + <%= l(:button_cancel) %> + + <%= l(:button_submit)%> +
  • <% end %>