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.
9 lines
688 B
9 lines
688 B
6 years ago
|
<%= stylesheet_link_tag '/editormd/css/editormd','/editormd/css/editormd.min.css' %>
|
||
|
<%= 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="educontent clearfix mt30 mb80">
|
||
|
<div class="with65 fl edu-back-white" id="challenge_list"><%= render :partial => "content_list" %></div>
|
||
|
<div class="with35 fr pl20" id="collaborators_right">
|
||
|
<%= render :partial => "challenges/challenges_right" %>
|
||
|
</div>
|
||
|
</div>
|