socialforge/app/views/shares/succ.html.erb

7 lines
122 B
Plaintext
Raw Normal View History

2013-10-21 08:57:55 +08:00
<p>
分享成功!
</p>
<p>
<%= link_to "查看分享", share_show_path(Project.find_by_id(@share.project_id)) %>
</p>