8 lines
332 B
Plaintext
8 lines
332 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/course_boardlist', :locals => {:topics => @topics ? @topics: topics , :is_course => 1, :is_board=>1} %>
|
|
<% end %> |