Skip to content

Commit

Permalink
11-5-12 yani fixes p 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ilankasan committed Nov 8, 2012
1 parent a1c0d99 commit 6ec1352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_notification.erb
Expand Up @@ -8,7 +8,7 @@
<% task_name = event.get_name[0,40]+"..." %>
<%end%>
<%if event.is_completed?%>
<%if event.is_completed? && event.get_completed_by != nil%>
<%comment = Tivitcomment.where(:user_id => event.get_owner_id, :activity_id => event.get_id, :action =>"Done").first%>
<% task_owner_name = render :partial => 'users/user_link', :collection => [event.get_completed_by], :as => :user %>
<%=task_owner_name %> completed
Expand Down

0 comments on commit 6ec1352

Please sign in to comment.