このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
anoopmb
/
frappe
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Update list.html
Add _() to More Button, to translate the button.
version-14
ci2014
8年前
committed by
GitHub
親
92403aabba
コミット
3d7d8044b0
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
frappe/templates/includes/list/list.html
+ 1
- 1
frappe/templates/includes/list/list.html
ファイルの表示
@@ -20,7 +20,7 @@
{% endfor %}
</div>
<div class="more-block {% if not show_more -%} hide {%- endif %}">
<button class="btn btn-default btn-more btn-sm">More</button>
<button class="btn btn-default btn-more btn-sm">
{{ _("
More
") }}
</button>
</div>
</div>
{%- endif %}
書き込み
プレビュー
読み込み中…
キャンセル
保存