diff --git a/app/views/platforms/mass_builds/index.html.haml b/app/views/platforms/mass_builds/index.html.haml index f7416cc25..63825f1a2 100644 --- a/app/views/platforms/mass_builds/index.html.haml +++ b/app/views/platforms/mass_builds/index.html.haml @@ -39,7 +39,7 @@ - unless mass_build.auto_publish? = link_to t('layout.mass_builds.publish_success'), publish_platform_mass_build_path(@platform, mass_build.id), - method: :post, data: confirm: t("layout.confirm") }, class: 'button' + method: :post, data: { confirm: t("layout.confirm") }, class: 'button' = link_to t('layout.mass_builds.publish_test_failed'), publish_platform_mass_build_path(@platform, mass_build.id, status: 'test_failed'), method: :post, data: { confirm: t("layout.confirm") }, class: 'button'