From ddd2cae8da361a8e8fa9cf70eef8a45ea411535e Mon Sep 17 00:00:00 2001 From: Alexander Machehin Date: Wed, 26 Mar 2014 12:23:31 +0600 Subject: [PATCH] [#345] add missing { --- app/views/platforms/mass_builds/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'