You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for this great library! It's been super helpful for me so far.
I'm trying to configure the styling of the addict templates. I can modify the form elements, but how can I change the base layout (addict.html) to use my app's existing base layout (app.html)?
That's a good question.. I didn't input any extensibility point there unfortunately. But it makes sense to have it. In the mean time I'd say you could take a peek at the controller implementations and override those routes on your router. Does this make sense for your use case?
Hi @trenpixster
thanks for this great library! It's been super helpful for me so far.
I'm trying to configure the styling of the addict templates. I can modify the form elements, but how can I change the base layout (
addict.html
) to use my app's existing base layout (app.html
)?As far as I can tell, using
addict.html
is hard-coded here... https://github.com/trenpixster/addict/blob/master/lib/addict/controller.ex#L151-L154Would appreciate any pointers. Thanks.
The text was updated successfully, but these errors were encountered: