Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit07470ed

Browse files
add the link (#1225)
1 parent682ecea commit07470ed

File tree

1 file changed

+1
-1
lines changed
  • pgml-dashboard/src/components/notifications/marketing/feature_banner

1 file changed

+1
-1
lines changed

‎pgml-dashboard/src/components/notifications/marketing/feature_banner/template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</div>
1616
</{}>
1717
"#,
18-
if notification.link.is_some() {"a"} else { "div" },
18+
if notification.link.is_some() {format!(r#"a href="{}" data-turbo="false" "#, notification.link.clone().unwrap())} else { "div".to_string() },
1919
if notification.link.is_some() { "btn btn-tertiary p-0" } else { "" },
2020
notification.message,
2121
if notification.link.is_some() { r#"<spanclass="material-symbols-outlined more-info position-relative"style="top: 2px;">arrow_forward</span>"# } else { "" },

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp