[#667] title attribute for activity active checkbox

pull/41/head
jwollert 13 years ago committed by Romano Licker
parent fcc6317117
commit 4d867c6a8f
  1. 2
      app/views/projects/settings/_activities.rhtml

@ -24,7 +24,7 @@
</td>
<% end %>
<td align="center" style="width:15%;">
<%= ff.check_box :active %>
<%= ff.check_box :active, :title => (enumeration.active? ? l(:general_text_Yes) : l(:general_text_No)) %>
</td>
</tr>
<% end %>

Loading…
Cancel
Save