socialforge/app/views/discuss_demos/show.html.erb

3 lines
126 B
Plaintext

<h1><%= @discuss_demo.title %></h1>
<%= textAreailizable @discuss_demo.body %>
<%=link_to "返回首页",discuss_demos_path %>