socialforge/app/views/news/_course_news_detail.html.erb

10 lines
266 B
Plaintext
Raw Normal View History

2015-12-24 09:57:32 +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-24 09:57:32 +08:00
<% end %>
<% if newss%>
2016-04-29 13:42:58 +08:00
<%= render :partial => 'users/course_newslist', :locals => {:topics => newss} %>
2015-12-24 09:57:32 +08:00
<% end%>