Welcome to mirror list, hosted at ThFree Co, Russian Federation.

show.html.haml « background_jobs « admin « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9ba72caa88e74a62156087f4487d6db8540b279e (plain)
1
2
3
4
5
6
7
8
- page_title _("Background Jobs")

%h3.page-title Background Jobs
%p.light GitLab uses #{link_to "sidekiq", "http://sidekiq.org/"} library for async job processing

%hr
.card.gl-rounded-0
  %iframe{ src: sidekiq_path, width: '100%', height: 970, style: "border: 0" }