From 8ef1464c4bcdc109b377775b9288d7237a2e9cc1 Mon Sep 17 00:00:00 2001 From: bohung Date: Fri, 18 Nov 2022 20:49:55 +0800 Subject: [PATCH] Fix bug, --- app/views/admin/web_resources/_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/web_resources/_form.html.erb b/app/views/admin/web_resources/_form.html.erb index e0c2d79..93bceff 100644 --- a/app/views/admin/web_resources/_form.html.erb +++ b/app/views/admin/web_resources/_form.html.erb @@ -81,7 +81,7 @@ <% if @link.image.file %> <%= image_tag @link.image %> <% else %> - + <% end %>