Remove html_safe from activites head title

This commit is contained in:
Jure Grabnar 2019-04-02 11:16:08 +02:00
parent 85bbdcf4b3
commit 5dd0cf091f

View file

@ -1,4 +1,4 @@
<% provide(:head_title, t("my_modules.activities.head_title", project: h(@my_module.experiment.project.name), module: h(@my_module.name)).html_safe) %>
<% provide(:head_title, t("my_modules.activities.head_title", project: h(@my_module.experiment.project.name), module: h(@my_module.name))) %>
<%= render partial: "shared/sidebar", locals: { current_task: @my_module, page: 'task' } %>
<%= render partial: "shared/secondary_navigation" %>