diff --git a/app/views/games/show.html.erb b/app/views/games/show.html.erb index b8b498621..d54443d29 100644 --- a/app/views/games/show.html.erb +++ b/app/views/games/show.html.erb @@ -1,3 +1,6 @@ +<%= javascript_include_tag 'baiduTemplate', 'jquery.datetimepicker.js' %> +<%= javascript_include_tag "/assets/codemirror/codemirror_python_ruby_c" %> +<%= stylesheet_link_tag "/assets/codemirror/codemirror" %>
<%= render :partial => "game_show" %>