debian-mirror-gitlab/app/views/admin/background_jobs/show.html.haml

11 lines
510 B
Text
Raw Normal View History

2020-07-28 23:09:34 +05:30
- page_title _("Background Jobs")
2014-09-02 18:07:02 +05:30
2022-07-23 23:45:48 +05:30
%h1.page-title.gl-font-size-h-display= _('Background Jobs')
2021-06-08 01:23:25 +05:30
%p.light
- sidekiq_link_url = 'http://sidekiq.org/'
- sidekiq_link_start = '<a href="%{url}" target="_blank" rel="noopener noreferrer">'.html_safe % { url: sidekiq_link_url }
= html_escape(_('GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs')) % { linkStart: sidekiq_link_start, linkEnd: '</a>'.html_safe }
2014-09-02 18:07:02 +05:30
2019-12-04 20:38:33 +05:30
%hr
2022-11-25 23:54:43 +05:30
%iframe{ src: sidekiq_path, width: '100%', height: 970, style: "border: 0" }