diff options
author | Matthew Lemon <y@yulqen.org> | 2024-11-13 17:12:14 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-11-13 17:12:14 +0000 |
commit | 5a9063a04b5a81de31566ad641728ca06fe96927 (patch) | |
tree | 2c58d1d6af82e5f667c394f3ab968a71a12ce13a /app/views/pdfresources/index.html.erb | |
parent | 018affc145e0b3c823e3e7dcaaada39858f5c8b3 (diff) |
Adds some validation and further work on the form
Diffstat (limited to '')
-rw-r--r-- | app/views/pdfresources/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/pdfresources/index.html.erb b/app/views/pdfresources/index.html.erb index 309dcdd..158e505 100644 --- a/app/views/pdfresources/index.html.erb +++ b/app/views/pdfresources/index.html.erb @@ -9,7 +9,7 @@ <h1 class="font-bold text-4xl m-12">Featured Resources</h1> </div> - <div id="pdfresources" class="flex flex-wrap space-x-2 justify-between"> + <div id="pdfresources" class="flex flex-wrap justify-between"> <% @pdfresources.where("feature_slot < 4").each do |pdfresource| %> <%= render pdfresource %> <% end %> |