diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-12-08 18:21:11 +0100 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-12-12 12:59:02 +0100 |
commit | 23f02681c036b150966ce4459410c94694167b34 (patch) | |
tree | 97ec2b4789936bc1021dca0e3bdad2d8b8e26ad0 /app/views/projects | |
parent | d9a979c84f2d91b25ccde9131f9b4b03b40c4ef7 (diff) | |
download | gitlab-ce-23f02681c036b150966ce4459410c94694167b34.tar.gz |
Revert some unneeded changes
Diffstat (limited to 'app/views/projects')
-rw-r--r-- | app/views/projects/stage/_graph.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/stage/_graph.html.haml b/app/views/projects/stage/_graph.html.haml index 745b6d143f4..bf8c75b6e5c 100644 --- a/app/views/projects/stage/_graph.html.haml +++ b/app/views/projects/stage/_graph.html.haml @@ -14,7 +14,7 @@ %li.build{ class: ("playable" if is_playable) } .curve .build-content - = render 'ci/status/icon_with_name_and_action', subject: status + = render "projects/#{status.to_partial_path}_pipeline", subject: status - else %li.build .curve |