This commit is contained in:
BoHung Chiu 2021-04-01 17:23:35 +08:00
parent dfbc9aa879
commit 473b3bf02e
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<td><%= link.status_for_table %></td>
<td><%= link.category.title rescue "" %></td>
<td>
<a href="<%= link.url %>" target="_blank"><%= link.title %></a>
<a href="<%= link.url %>" target="_blank"><%= link.title.to_s.html_safe %></a>
<div class="quick-edit">
<ul class="nav nav-pills">
<% if can_edit_or_delete?(link) %>