From 3690abc8c100715dc4c74b8f2965ddd980288513 Mon Sep 17 00:00:00 2001 From: hydarakb Date: Thu, 5 Feb 2026 21:17:06 +0500 Subject: [PATCH] UploadButton --- app/views/templates/_upload_button.html.erb | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/app/views/templates/_upload_button.html.erb b/app/views/templates/_upload_button.html.erb index d31726c4..8f8ffb75 100644 --- a/app/views/templates/_upload_button.html.erb +++ b/app/views/templates/_upload_button.html.erb @@ -1,7 +1,19 @@ <%= form_for '', url: templates_upload_path, id: form_id = SecureRandom.uuid, method: :post, class: 'inline', html: { enctype: 'multipart/form-data' } do %>