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 e64deae commit ae42205Copy full SHA for ae42205
app/views/settings/syntax_highlights/show_view.rb
@@ -10,7 +10,7 @@ def view_template
10
render Pages::Header.new(title: "Settings: Syntax Highlight")
11
12
section(class: %(secton-content container py-gap)) do
13
- turbo_frame_tag "syntax-highlight-form" do
+ turbo_frame_tag "syntax-highlight-form", data: {turbo_action: "advance"} do
14
render Settings::SyntaxHighlights::Form.new(
15
current_highlight: @current_highlight,
16
available_highlights: @available_highlights
0 commit comments