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