Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display filename of existing profile picture in artist form #113

Merged

Commits on Dec 23, 2023

  1. 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.
    
    c.f. this commit [1].
    
    See #60.
    
    [1]: 3aaec28
    floehopper committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    87ad760 View commit details
    Browse the repository at this point in the history