don't stop propagation in dashboard...
don't stop propagation in dashboard
Stopping click propagation should be avoided when used as a hack
for something else, as it interacts poorly with the open/close
mechanics of Bootstrap menus (amongst others).
(more [here](
http://css-tricks.com/dangers-stopping-event-propagation/)
This code preserves the intended behaviour (toggling the checkbox when
clicking on the row, except for the link) without resorting to
`stopPropagation()`