parent
2dd33c50c8
commit
cfc1cc37a3
|
@ -1,6 +1,6 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<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">
|
<div class="quick-edit">
|
||||||
<ul class="nav nav-pills">
|
<ul class="nav nav-pills">
|
||||||
<% if can_edit_or_delete?(@marquee) %>
|
<% if can_edit_or_delete?(@marquee) %>
|
||||||
|
|
Loading…
Reference in New Issue