We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da86679 commit f00c491Copy full SHA for f00c491
templates/repo/user_cards.tmpl
@@ -9,7 +9,7 @@ At the moment, no JS initialization would re-trigger (fortunately there is no JS
9
hx-trigger="refreshUserCards from:body"
10
hx-indicator=".no-loading-indicator"
11
hx-get="{{$.Link}}"
12
- hx-swap="innerHTML" hx-select=".user-cards"
+ hx-swap="outerHTML" hx-select=".user-cards"
13
>
14
{{if .CardsTitle}}
15
<h2 class="ui dividing header">
0 commit comments