You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trustieforge/app/views/discuss_demo/new.html.erb

7 lines
233 B

<%= javascript_include_tag src='/assets/kindeditor/kindeditor' %>
<h1>新建文章</h1>
<%= form_for :discuss_demo do |f| %>
<%= f.text_field :title %>
<%= f.kindeditor :body %>
<%= f.submit :value=> '提交' %>
<% end %>