Skip to content
Snippets Groups Projects
Commit f5af4efa authored by Valery Sizov's avatar Valery Sizov
Browse files

fix runners page

parent 9d93c567
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -10,7 +10,7 @@ module Ci
default_url_options[:port] = Gitlab.config.gitlab.port unless Gitlab.config.gitlab_on_standard_port?
default_url_options[:script_name] = Gitlab.config.gitlab.relative_url_root
 
default from: GitlabCi.config.gitlab_ci.email_from
default from: Gitlab.config.gitlab.email_from
 
# Just send email with 3 seconds delay
def self.delay
Loading
Loading
Loading
Loading
@@ -47,5 +47,6 @@
%th Last contact
%th
 
= render @runners
- @runners.each do |runner|
= render "ci/admin/runners/runner", runner: runner
= paginate @runners
Loading
Loading
@@ -3,7 +3,7 @@
= runner_status_icon(runner)
%span.monospace
- if @runners.include?(runner)
= link_to runner.short_sha, [:ci, @project, runner]
= link_to runner.short_sha, ci_project_runner_path(@project, runner)
%small
=link_to edit_ci_project_runner_path(@project, runner) do
%i.fa.fa-edit.btn
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment