diff --git a/app/views/admin/web_resources/_index.html.erb b/app/views/admin/web_resources/_index.html.erb index 8ea8dcb..207aedc 100644 --- a/app/views/admin/web_resources/_index.html.erb +++ b/app/views/admin/web_resources/_index.html.erb @@ -12,7 +12,7 @@ <%= link.status_for_table %> <%= link.category.title rescue "" %> - <%= link.title %> + <%= link.title.to_s.html_safe %>