This website works better with JavaScript.
首頁
探索
說明
登入
anoopmb
/
payments
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
[style] make page-card self contained
pull/2/head
Rushabh Mehta
7 年之前
父節點
79887b3374
當前提交
2ace04e472
共有
2 個文件被更改
,包括
1 次插入
和
3 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
payments/templates/pages/payment-failed.html
+0
-3
payments/templates/pages/payment-success.html
+ 1
- 0
payments/templates/pages/payment-failed.html
查看文件
@@ -16,6 +16,7 @@
.hero-and-content {
background-color: #f5f7fa;
}
{% include "templates/styles/card_style.css" %}
</style>
{% endblock %}
+ 0
- 3
payments/templates/pages/payment-success.html
查看文件
@@ -13,9 +13,6 @@
{{ _("Continue") }}</a></div>
</div>
<style>
.hero-and-content {
background-color: #f5f7fa;
}
{% include "templates/styles/card_style.css" %}
</style>
{% endblock %}
Write
Preview
Loading…
取消
儲存