From 53d05e641ad18c061a650efd4a7dda6fa7707cb5 2011-10-29 01:21:21 From: Toshi MARUYAMA Date: 2011-10-29 01:21:21 Subject: [PATCH] [#9489] linked label to its element Contributed by Romano Licker. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7690 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/activities/index.html.erb b/app/views/activities/index.html.erb index 113857a..81916e5 100644 --- a/app/views/activities/index.html.erb +++ b/app/views/activities/index.html.erb @@ -44,7 +44,7 @@

<%= 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? %>