You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pgfqe6ch8/app/views/games/show.html.erb

22 lines
1.4 KiB

6 years ago
<%= javascript_include_tag "/codemirror/lib/codemirror", "/codemirror/mode/javascript/javascript", "/codemirror/addon/hint/show-hint",
"/codemirror/addon/hint/javascript-hint", "/codemirror/addon/selection/active-line",
"/codemirror/addon/lint/javascript-lint", "/codemirror/addon/lint/css-lint", "/codemirror/addon/lint/lint",
"/codemirror/addon/lint/json-lint", "/editormd/lib/codemirror/addon/lint/css-lint", '/codemirror/mode/xml/xml.js',
"/codemirror/diff_match_patch.js", '/codemirror/addon/merge/merge.js' %>
<%= stylesheet_link_tag "/codemirror/lib/codemirror",'/codemirror/addon/merge/merge.css', '/codemirror/theme/blackboard' %>
<%= stylesheet_link_tag '/editormd/css/editormd' %>
<%= javascript_include_tag '/editormd/lib/marked.min.js','/editormd/lib/prettify.min.js','/editormd/lib/raphael.min.js','/editormd/lib/underscore.min.js','/editormd/lib/sequence-diagram.min.js',
'/editormd/lib/flowchart.min.js','/editormd/lib/jquery.flowchart.min.js','/editormd/editormd.js' %>
<div class="page--body -margin-t-64 -flex">
<div class="undis" id="all_task_show">
<%= render :partial => "games_list" %>
</div>
<div class="-layout -stretch -fit labelN" id="game_show_content">
<%= render :partial => 'games/game_show' %>
</div>
</div>
<div id="picture_display">
<%#= render :partial => 'picture_display' %>
</div>