Removes label for control in different column

pull/903/head
Hagen Schink 11 years ago committed by Till Breuer
parent 9be0d3260e
commit 203649b9ae
  1. 6
      app/views/projects/form/_types.html.erb

@ -65,10 +65,8 @@ See doc/COPYRIGHT.rdoc for more details.
</label>
</td>
<td>
<label for="project_planning_element_type_ids_<%= type.id %>">
<%= icon_for_type(type) %>
<%=h type.name %>
</label>
<%= icon_for_type(type) %>
<%=h type.name %>
</td>
<td class='center'>
<%= checked_image(type.in_aggregation) %>

Loading…
Cancel
Save