Restore button_title on ButtonMixin (#656)
In 4.0, the button_title attribute was moved to `BaseLink` to allow for
the refactoring of the Navbar in projects. This broke the `ModalBlock`
and `DownloadBlock` as these only inherit from `ButtonMixin` not
`BaseLink`.