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

8 lines
198 B
Plaintext
Raw Normal View History

2013-11-26 16:32:08 +08:00
<!-- <h1>New memo</h1> -->
<h3><%=l(:label_memo_new)%></h3>
<div class="box tabular" >
2013-11-23 20:56:22 +08:00
<%= render :partial => 'memos/topic_form' %>
2013-11-23 20:04:26 +08:00
2013-11-26 16:32:08 +08:00
<%= link_to l(:button_back), forum_path(@forum) %>
</div>