Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
ben
/
copyvios
réplica de
https://github.com/earwig/copyvios
Seguir
1
Destacar
1
Fork
0
Código
Lanzamientos
0
Actividad
Explorar el Código
Improve message; fix broken div.
pull/24/head
Ben Kurtovic
hace 10 años
padre
e0b964fcdf
commit
b806e358ee
Se han
modificado 1 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-2
templates/index.mako
+ 2
- 2
templates/index.mako
Ver fichero
@@ -187,8 +187,8 @@
</table>
% if len(result.sources) > 10:
<div id="cv-additional">
${len(result.sources) - 10}
additional sources
hidden. <a id="show-additional-sources" href="#">Show them.</a>
</
p
>
${len(result.sources) - 10}
URL${"s" if len(result.sources) > 11 else ""} with lower confidence
hidden. <a id="show-additional-sources" href="#">Show them.</a>
</
div
>
% endif
</div>
% endif
Escribir
Vista previa
Cargando…
Cancelar
Guardar