From 9e2135b5bc847857efd1f45625ae65ded8a953d9 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Tue, 6 Aug 2024 21:55:22 -0500 Subject: [PATCH] Typo --- app/views/categories/new.html.erb | 2 +- app/views/splats/_splat.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/categories/new.html.erb b/app/views/categories/new.html.erb index f9b057823..dfa075437 100644 --- a/app/views/categories/new.html.erb +++ b/app/views/categories/new.html.erb @@ -1,4 +1,4 @@ - + <%= form_with model: [@splat, @category], data: { turbo_frame: "_top" } do |form| %> <%= form.text_field :title, class: "input borderless", autofocus: "on", list: "categories-list" %> <%= form.submit "Create Category", hidden: true %> diff --git a/app/views/splats/_splat.html.erb b/app/views/splats/_splat.html.erb index cf7b99488..29beaeb2d 100644 --- a/app/views/splats/_splat.html.erb +++ b/app/views/splats/_splat.html.erb @@ -15,7 +15,7 @@ <% if splat.categories.count < 3 %> - + <%= link_to "#", new_splat_category_path(splat), class: "splat__category--new" %>