Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Display filename of existing artist profile picture
Unlike in this commit [1], I've used the built-in `ActionView::Helpers::FormBuilder#label` method rather than the customized `TailwindFormBuilder#labels` method that I used for the file fields in the album form. That's because at the moment there aren't any validation rules on `Artist#profile_picture`, so we don't (yet) need to be able to display validation errors withinin the label. See #60. [1]: 3aaec28
- Loading branch information