Sha256: 86ee4cbd1a838d2986aa22daa520d9a7c12d71df912995039716a958ef1f0d95
Contents?: true
Size: 489 Bytes
Versions: 35
Compression:
Stored size: 489 Bytes
Contents
<h1>Cleanup</h1> <% if @from_without_tos.size > 0 %> <p>The following translations seem to be broken:</p> <table class=''> <tr> <th>from URL (Browser Location)</th> <th>to URL (Your App)</th> </tr> <% for from in @from_without_tos %> <tr> <td><%= from %></td> <td></td> <td><a href='<%= u("/delete?from=#{escape(from)}") %>'>delete</a></td> </tr> <% end %> </table> <% else %> <p>No obviously broken translations found.</p> <% end %>
Version data entries
35 entries across 35 versions & 1 rubygems