socialforge/app/views/boards/_course_show_detail.html.erb

8 lines
332 B
Plaintext
Raw Normal View History

<%= 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" %>
<% end %>
2016-04-26 15:10:47 +08:00
<% if @topics || topics %>
<%= render :partial => 'users/course_boardlist', :locals => {:topics => @topics ? @topics: topics , :is_course => 1, :is_board=>1} %>
<% end %>