Skip to content

Instantly share code, notes, and snippets.

@ignaciojonas
Created March 3, 2021 17:24
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/d64a9683bed82113193806dd8c529708 to your computer and use it in GitHub Desktop.
Save ignaciojonas/d64a9683bed82113193806dd8c529708 to your computer and use it in GitHub Desktop.
<p id="notice"><%= notice %></p>
<h1>Styles</h1>
<%= turbo_stream_from "styles" %>
<%= render "styles/form", style: @style %>
<%= 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