-
Notifications
You must be signed in to change notification settings - Fork 187
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
add a link back to the site #81
Comments
It's possible to have delayed_job_web running on its own domain, separate from the main website. So for this feature to be useful, the link would have to be configurable. If you just have it hardcoded to |
Ha, yes, that wouldn't be too helpful. I still think it would be a convenient feature to have. |
Maybe implement something like |
Super late to this party, but you can add your own links using:
Or you could subclass DelayedJobWeb and override tabs, then use that in the routes.rb declaration. |
It would be nice if the interface had a link that went to "/" for easily getting back to the site. A more complicated version might be a link you can set to return to something like an admin section of your site but even just going to the domain root would be handy.
Just to be extra clear about what I mean:
example_site.com -> click "Delayed Job" link in some admin area -> Delayed Job Web interface -> click "Return to Site" -> example_site.com
The text was updated successfully, but these errors were encountered: