##// END OF EJS Templates
[#9489] linked label to its element...
Toshi MARUYAMA -
r7570:53d05e641ad1
parent child
Show More
@@ -44,7 +44,7
44 44 <h3><%= l(:label_activity) %></h3>
45 45 <p><% @activity.event_types.each do |t| %>
46 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 48 <br />
49 49 <% end %></p>
50 50 <% if @project && @project.descendants.active.any? %>
General Comments 0
You need to be logged in to leave comments. Login now