このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
ben
/
copyvios
ミラー元
https://github.com/earwig/copyvios
ウォッチ
1
スター
1
フォーク
0
コード
リリース
0
アクティビティ
ソースを参照
Improve message; fix broken div.
pull/24/head
Ben Kurtovic
10年前
親
e0b964fcdf
コミット
b806e358ee
1個のファイルの変更
、
2行の追加
、
2行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+2
-2
templates/index.mako
+ 2
- 2
templates/index.mako
ファイルの表示
@@ -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
書き込み
プレビュー
読み込み中…
キャンセル
保存