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

Merge branch 'dz/363931-migrate-buttons-on-subscribable-banner' into 'master'

Migrate button on subscribable banner

See merge request gitlab-org/gitlab!89770
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.
先完成此消息的编辑!
想要评论请 注册