-
Notifications
You must be signed in to change notification settings - Fork 357
Closed
Description
Hi.
I have the following form code:
= f.text_area :redirect_uri, help: 'Use one line per URI'I have some extra conditional help to add, based on this old code:
- if Doorkeeper.configuration.native_redirect_uri
%span.help-block
Use
%code= Doorkeeper.configuration.native_redirect_uri
for local testsHow can I override the help block to do some logic inside? Is that possible with this library?
Thanks.
Metadata
Metadata
Assignees
Labels
No labels