Skip to content
代码片段 群组 项目
提交 4345a627 编辑于 作者: Diana Zubova's avatar Diana Zubova 提交者: Savas Vedova
浏览文件

Migrate button on subscribable banner

上级 be4174d6
No related branches found
No related tags found
无相关合并请求
......@@ -13,5 +13,5 @@
= link_to_button_style(path: upgrade_subscription_path, track_property: 'upgrade')
- else
= link_to_button_style(path: renew_subscription_path, track_property: 'renew')
%button{ type: 'button', data: { track_event: 'click_text', track_label: 'subscribable_action', track_property: 'thats_ok' }, 'aria-label' => 'Dismiss', class: 'btn gl-button btn-default js-close gl-mb-2' }
= render Pajamas::ButtonComponent.new(category: :secondary, button_options: { class: 'js-close gl-mb-2', 'aria-label': _('Dismiss'), data: { track_event: 'click_text', track_label: 'subscribable_action', track_property: 'thats_ok' } }) do
= _("That's OK, I don't want to renew")
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册