diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-12-11 14:37:16 +0100 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-12-11 18:02:10 +0100 |
commit | dd8102f2d1acd803793777b26c84d7c6e977b8e2 (patch) | |
tree | 42be96d61c921b6fa76e05fc3c796b5af62a976d /app/views/projects/triggers | |
parent | 513d551c8f7078e263d31ef2c30a1f72cbab3fae (diff) | |
download | gitlab-ce-dd8102f2d1acd803793777b26c84d7c6e977b8e2.tar.gz |
Fix specs
Diffstat (limited to 'app/views/projects/triggers')
-rw-r--r-- | app/views/projects/triggers/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/triggers/index.html.haml b/app/views/projects/triggers/index.html.haml index fb3794764c5..bd346c4b8e6 100644 --- a/app/views/projects/triggers/index.html.haml +++ b/app/views/projects/triggers/index.html.haml @@ -68,4 +68,4 @@ -F token=TOKEN \ -F "ref=REF_NAME" \ -F "variables[RUN_NIGHTLY_BUILD]=true" \ - #{builds_trigger_url(@project.id, 'TOKEN')} + #{builds_trigger_url(@project.id)} |