2015-12-29 11:04:20 +08:00
|
|
|
<%= content_for(:header_tags) do %>
|
|
|
|
<%= import_ke(enable_at: false, prettify: false) %>
|
2016-02-01 14:50:45 +08:00
|
|
|
<%= javascript_include_tag "create_kindeditor" %>
|
2015-12-29 11:04:20 +08:00
|
|
|
<% end %>
|
|
|
|
|
2016-04-26 15:10:47 +08:00
|
|
|
<%if @topics || topics %>
|
|
|
|
<%= render :partial => 'users/project_boardlist', :locals => {:topics => @topics ? @topics: topics , :is_course => 1, :is_board=>1} %>
|
|
|
|
<% end %>
|