Skip to content

Instantly share code, notes, and snippets.

@ignaciojonas
Created March 3, 2021 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ignaciojonas/3af2a3a16233bb663011a886e7ccc788 to your computer and use it in GitHub Desktop.
Save ignaciojonas/3af2a3a16233bb663011a886e7ccc788 to your computer and use it in GitHub Desktop.
<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