8 lines
331 B
Plaintext
8 lines
331 B
Plaintext
<%= content_for(:header_tags) do %>
|
|
<%= import_ke(enable_at: false, prettify: false) %>
|
|
<%= javascript_include_tag "create_kindeditor" %>
|
|
<% end %>
|
|
|
|
<%if @topics || topics %>
|
|
<%= render :partial => 'users/project_boardlist', :locals => {:topics => @topics ? @topics: topics , :is_course => 1, :is_board=>1} %>
|
|
<% end %> |