Commit d284b8bc43179a07e07257fe61cfe3bd4a0f4101

Authored by Leandro Santos
1 parent 96cb5139

should not escape portal identifier link iun set portal community action

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') %>
... ...