This way it will be easier to change the behavior of all table actions, like adding ARIA attributes. In the past, when we changed the behavior of the `link_to` method, we had to change all table action classes.
We remove duplication by doing so, and now we only need to add the call do render Admin::TableActionsComponent once.