Skip to content

Instantly share code, notes, and snippets.

@ignaciojonas
Created March 3, 2021 15:21
Embed
What would you like to do?
<p id="notice"><%= notice %></p>
<h1>Styles</h1>
<%= turbo_stream_from "styles" %>
<%= turbo_frame_tag "styles" do %>
<%= render @styles %>
<%end%>
<%= link_to 'New Style', new_style_path %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment