diff --git a/app/views/projects/activity.rhtml b/app/views/projects/activity.rhtml index 5174cb3..dfc091f 100644 --- a/app/views/projects/activity.rhtml +++ b/app/views/projects/activity.rhtml @@ -45,7 +45,9 @@ <% form_tag({}, :method => :get) do %>

<%= l(:label_activity) %>

<% @activity.event_types.each do |t| %> -
+<%= check_box_tag "show_#{t}", 1, @activity.scope.include?(t) %> +<%= link_to(l("label_#{t.singularize}_plural"), {"show_#{t}" => 1, :user_id => params[:user_id]})%> +
<% end %>

<% if @project && @project.descendants.active.any? %>