Update _text.html.erb

fix error
This commit is contained in:
chiu 2019-09-05 17:31:36 +08:00
parent 2dd33c50c8
commit cfc1cc37a3
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<tr>
<td>
<a href="<%= text.url %>" target="_blank"><%= text.title %></a>
<a href="<%= text.url %>" target="_blank"><%= text.title.html_safe %></a>
<div class="quick-edit">
<ul class="nav nav-pills">
<% if can_edit_or_delete?(@marquee) %>