10 lines
266 B
Plaintext
10 lines
266 B
Plaintext
|
<%= content_for(:header_tags) do %>
|
||
|
<%= import_ke(enable_at: false, prettify: false) %>
|
||
|
<%= javascript_include_tag "create_kindeditor" %>
|
||
|
<% end %>
|
||
|
|
||
|
<% if newss%>
|
||
|
<%= render :partial => 'users/course_newslist', :locals => {:topics => newss} %>
|
||
|
<% end%>
|
||
|
|