通知: <%= @news.title%>
diff --git a/app/views/news/_organization_show.html.erb b/app/views/news/_organization_show.html.erb
index aa610720c..98d14c3ab 100644
--- a/app/views/news/_organization_show.html.erb
+++ b/app/views/news/_organization_show.html.erb
@@ -41,6 +41,7 @@
-
+ - <%= link_to("发送", 'javascript:void(0)',:class => "postOptionLink",:onclick=>"show_send('#{@news.id}','#{User.current.id}','news')") %>
-
<%= link_to(
l(:button_edit),
diff --git a/app/views/news/_project_show.html.erb b/app/views/news/_project_show.html.erb
index 7a62ec314..26ff807db 100644
--- a/app/views/news/_project_show.html.erb
+++ b/app/views/news/_project_show.html.erb
@@ -41,6 +41,7 @@
-
+ - <%= link_to("发送", 'javascript:void(0)',:class => "postOptionLink",:onclick=>"show_send('#{@news.id}','#{User.current.id}','news')") %>
-
<%= link_to(
l(:button_edit),
@@ -59,6 +60,16 @@
+ <% elsif User.current.logged? %>
+