From e66e2c1b16e7f4a7941e5099647dbaacdc9fde9e Mon Sep 17 00:00:00 2001 From: Branko Kokanovic Date: Mon, 12 Jun 2023 10:40:45 +0200 Subject: [PATCH] Fix ERB Lint for copyright --- app/views/site/copyright.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/site/copyright.html.erb b/app/views/site/copyright.html.erb index 6d11a6306..d6f3b499e 100644 --- a/app/views/site/copyright.html.erb +++ b/app/views/site/copyright.html.erb @@ -152,9 +152,9 @@ <%= t ".legal_babble.contributors_rs_credit_html", :serbia => tag.strong(t(".legal_babble.contributors_rs_serbia")), :rgz_link => link_to(t(".legal_babble.contributors_rs_rgz"), - t(".legal_babble.contributors_rs_rgz_url")), + t(".legal_babble.contributors_rs_rgz_url")), :open_data_portal => link_to(t(".legal_babble.contributors_rs_open_data_portal"), - t(".legal_babble.contributors_rs_open_data_portal_url")) %> + t(".legal_babble.contributors_rs_open_data_portal_url")) %>
  • <%= t ".legal_babble.contributors_si_credit_html", -- 2.39.5