Commit d284b8bc43179a07e07257fe61cfe3bd4a0f4101
1 parent
96cb5139
Exists in
ratings_minor_fixes
and in
4 other branches
should not escape portal identifier link iun set portal community action
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/admin_panel/set_portal_community.html.erb
... | ... | @@ -9,7 +9,7 @@ |
9 | 9 | <% end %> |
10 | 10 | <% end %> |
11 | 11 | <% else %> |
12 | - <%= _('Portal identifier: %s') % link_to(@portal_community.identifier, @portal_community.url) %> | |
12 | + <%= _('Portal identifier: %s').html_safe % link_to(@portal_community.identifier, @portal_community.url) %> | |
13 | 13 | |
14 | 14 | <% button_bar do %> |
15 | 15 | <%if @portal_community.environment.enabled?('use_portal_community') %> | ... | ... |