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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2016-11-29 06:08:02 +0300
committerMike Greiling <mike@pixelcog.com>2016-11-29 21:55:08 +0300
commit093dd5cef8d5130101218ce258aceb92a9d60a6a (patch)
tree3d41ff69d5895faf55e7c68779878a6a2a53c483 /app/views/projects/generic_commit_statuses/_generic_commit_status.html.haml
parenta2ea78a09d689d2f53c22859f8304e6c1288bf17 (diff)
remove redundant if statement
Diffstat (limited to 'app/views/projects/generic_commit_statuses/_generic_commit_status.html.haml')
-rw-r--r--app/views/projects/generic_commit_statuses/_generic_commit_status.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/projects/generic_commit_statuses/_generic_commit_status.html.haml b/app/views/projects/generic_commit_statuses/_generic_commit_status.html.haml
index 4fff082202d..131883b8106 100644
--- a/app/views/projects/generic_commit_statuses/_generic_commit_status.html.haml
+++ b/app/views/projects/generic_commit_statuses/_generic_commit_status.html.haml
@@ -58,8 +58,6 @@
%td
- if generic_commit_status.project
= link_to generic_commit_status.project.name_with_namespace, admin_namespace_project_path(generic_commit_status.project.namespace, generic_commit_status.project)
-
- - if admin
%td
- if generic_commit_status.try(:runner)
= runner_link(generic_commit_status.runner)