@@ -44,7 +44,7 | |||||
44 | <h3><%= l(:label_activity) %></h3> |
|
44 | <h3><%= l(:label_activity) %></h3> | |
45 | <p><% @activity.event_types.each do |t| %> |
|
45 | <p><% @activity.event_types.each do |t| %> | |
46 | <%= check_box_tag "show_#{t}", 1, @activity.scope.include?(t) %> |
|
46 | <%= check_box_tag "show_#{t}", 1, @activity.scope.include?(t) %> | |
47 | <%= link_to(l("label_#{t.singularize}_plural"), {"show_#{t}" => 1, :user_id => params[:user_id]})%> |
|
47 | <label for="show_<%=t%>"><%= link_to(l("label_#{t.singularize}_plural"), {"show_#{t}" => 1, :user_id => params[:user_id]})%></label> | |
48 | <br /> |
|
48 | <br /> | |
49 | <% end %></p> |
|
49 | <% end %></p> | |
50 | <% if @project && @project.descendants.active.any? %> |
|
50 | <% if @project && @project.descendants.active.any? %> |
General Comments 0
You need to be logged in to leave comments.
Login now