socialforge/app/views/memos/new.html.erb

5 lines
111 B
Plaintext
Raw Normal View History

2013-11-23 20:04:26 +08:00
<h1>New memo</h1>
2013-11-23 20:56:22 +08:00
<%= render :partial => 'memos/topic_form' %>
2013-11-23 20:04:26 +08:00
<%= link_to 'Back', forums_path(@forum) %>