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

5 lines
144 B
Plaintext
Raw Normal View History

<% if @project %>
<%= render :partial => 'project_new_topic' %>
<% elsif @course %>
2015-03-24 17:12:51 +08:00
<%= render :partial => 'course_new' %>
<% end %>