From 32f90ea591508dd11cba688f3d3504d85f04d81f Mon Sep 17 00:00:00 2001 From: huang Date: Sat, 19 Sep 2015 09:19:35 +0800 Subject: [PATCH] =?UTF-8?q?"=E5=90=8C=E6=84=8F=E5=8A=A0=E5=85=A5"=E5=8F=AA?= =?UTF-8?q?=E6=9C=89=E8=87=AA=E5=B7=B1=E6=89=8D=E8=83=BD=E7=9C=8B=E5=88=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/users/user_messages.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/users/user_messages.html.erb b/app/views/users/user_messages.html.erb index 9d1532282..ab030f6c9 100644 --- a/app/views/users/user_messages.html.erb +++ b/app/views/users/user_messages.html.erb @@ -292,12 +292,14 @@ + <% if User.current == @user %>
  • <%=link_to "同意加入", {:controller => 'projects', :action => 'member', :id => ma.project_id, :message_id =>ma.id, :key => ma.secret_key}, :value => ma.secret_key, :class => "green_btn_cir ml10", :style => "color:#fff" %>
  • + <% end %>
  • <%= time_tag(ma.created_at).html_safe %>
  • <% end %>