transparency fixing
This commit is contained in:
parent
5ed786786a
commit
186a398f12
|
|
@ -20,7 +20,7 @@
|
||||||
<div class="reports">
|
<div class="reports">
|
||||||
<span class="reports-title">Somebody has complained about this video...</span> <br/>
|
<span class="reports-title">Somebody has complained about this video...</span> <br/>
|
||||||
<% it.transparency.forEach(function(t){ %>
|
<% it.transparency.forEach(function(t){ %>
|
||||||
<a href="<%= t.details %>"><%= t.title %></a>
|
<a href="/transparency/<%= t.target %>"><%= t.title %></a>
|
||||||
<% }) %>
|
<% }) %>
|
||||||
</div>
|
</div>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue