From d284b8bc43179a07e07257fe61cfe3bd4a0f4101 Mon Sep 17 00:00:00 2001 From: Leandro Nunes dos Santos Date: Fri, 13 May 2016 21:14:38 -0300 Subject: [PATCH] should not escape portal identifier link iun set portal community action --- app/views/admin_panel/set_portal_community.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin_panel/set_portal_community.html.erb b/app/views/admin_panel/set_portal_community.html.erb index df1cc17..e027d25 100644 --- a/app/views/admin_panel/set_portal_community.html.erb +++ b/app/views/admin_panel/set_portal_community.html.erb @@ -9,7 +9,7 @@ <% end %> <% end %> <% else %> - <%= _('Portal identifier: %s') % link_to(@portal_community.identifier, @portal_community.url) %> + <%= _('Portal identifier: %s').html_safe % link_to(@portal_community.identifier, @portal_community.url) %> <% button_bar do %> <%if @portal_community.environment.enabled?('use_portal_community') %> -- libgit2 0.21.2